I need Help wit scripting

cns187

Beta member
Messages
2
Hi i really need help with this.

i need to create a page that will allow users to log out of the site. The page script will kill the "Session" so that all Session Variables will be set to NULL.
Before killing the Session, your script should ask the user if he/she really wants to leave the site. If YES then kill the session and return the user to the login page. If the user does not want to leave the site, redirect the user back to the "menu.asp page".
 
what sort of session are you using?

(cookies/server session?)

and what language are you using to set the session/cookie?
ASP/PHP/PERL/Javascript etc...?

Also, are you worried about leaving the page, or do you want a pop-up to ask you if you want to clear the cookies with an OK/concel button etc...
 
Back
Top Bottom