Log in

View Full Version : Help with login page



gigisakura
08-27-2005, 03:02 PM
ok... I'm using asp file format for this.. an i had one good problem... when i login in to the site it works but when i logout an login in with a diff user name an password it shows the same user name then the before.. ok i make it simple. how to login in as different user every time u create an login in as a new member... cause i an stuck now... if anyone can help me out...

login page :: works fine
when login in as user :: works fine
when login as a different user :: shows the same user account when first log in.

how i know.. simple.. cause i put welcome {side.username} to show the username. but it shows the same one....

Twey
08-28-2005, 10:11 AM
Use a database and a session. Does ASP support sessions?

gigisakura
08-28-2005, 01:11 PM
i'm not sure... a session? ?? ?? ?? i have a database which is up... session can tell me more???

Twey
08-28-2005, 01:16 PM
A session stores data about the user server-side. A cookie is used to remind the server which session should be applied to the user. It's the standard way to handle logins.