Cookies instead of session variables!
| Author | Topic |
|---|---|
| LiToZ LiToZ Freaking Member Joined: 24 Dec 2001 Homepage: link Country: Egypt Posts: 65 | Posted: 21 May 2002 03:53:37 Well, i have made a login page with Ultradev, but it stores the login info as a session variable!! how can i change that and make the login information stored as a cookie ?Well, i have made a login page with Ultradev, but it stores the login info as a session variable!! how can i change that and make the login information stored as a cookie ? |
| Viktor Farcic Zone Manager Joined: 03 Apr 2001 Homepage: link Country: Spain Posts: 607 | Posted: 21 May 2002 09:20:49 Find this code and change every SESSION to COOKIES. Find this code and change every SESSION to COOKIES.Session("MM_Username" If (MM_fldUserAuthorization <> "" Session("MM_UserAuthorization" Else Session("MM_UserAuthorization" End If <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Well, i have made a login page with Ultradev, but it stores the login info as a session variable!! how can i change that and make the login information stored as a cookie ? <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> Viktor Farcic TalkZone Manager |
| LiToZ LiToZ Freaking Member Joined: 24 Dec 2001 Homepage: link Country: Egypt Posts: 65 | Posted: 21 May 2002 20:13:17 i found the code and made it : i found the code and made it : |
| Bobby Jenkins Member Joined: 31 Aug 2001 Country: USA Posts: 26 | Posted: 18 Jun 2002 18:52:55 You will need to add the Response function in front of the word Cookies. You will need to add the Response function in front of the word Cookies.For example <pre id=code><font face=courier size=2 id=code>Response.Cookies("User" That should work for you. Bobby I'm Beginning to See the Light |
Posted: 21 May 2002 03:53:37










