Hey guys, how would I go about doing this?
Thanks in advance![]()
| SitePoint Sponsor |





Hey guys, how would I go about doing this?
Thanks in advance![]()
"Am I the only one doing ASP.NET in Delphi(Pascal)?"




You want to use sessions to achieve this.
Study this to learn more.





Under what circumstances would you want them to stay logged in, and equally important, under what circumstances do you want them logged out ??
A Little Knowledge Is A Very Dangerous Thing.......
That Makes Me A Lethal Weapon !!!!!!!!
Contract PHP Programming





Yeh I am using sessions for my users loggin, Im building a forum and if the user clicks "keep me logged in", they need to stay logged in
"Am I the only one doing ASP.NET in Delphi(Pascal)?"
Theres A Login Form on http://evolt.org/php_login_script_wi...ber_me_feature With A user System With A Remember Me feature Why Dont You just use That? it keeps them Logged in until They Click Logout, they Can reload The page As Much As They want And go To other Websites and when They Return They Will Still Be Logged in![]()
Callum Carolan





I think I'm right in saying that providing the user doesnt close the browser window and providing you dont close the session in the script, your user should stay logged in, even if they take a jaunt around other websites then return. If you want them to still be logged in after closing the browser window and revisiting your site with a newly opened window you'll need to use a cookie to tell your script their log in details.
A Little Knowledge Is A Very Dangerous Thing.......
That Makes Me A Lethal Weapon !!!!!!!!
Contract PHP Programming
Bookmarks