Date: 01/01/00
- Next message: Ian A. Marsman: "Re: [PHPLIB] Editor for PHP"
- Previous message: Damien Mc Kenna: "Re: [PHPLIB] Editor for PHP"
- Next in thread: Florian Gnägi: "Re: [PHPLIB] re-using old sid (after timeout)"
- Reply: Florian Gnägi: "Re: [PHPLIB] re-using old sid (after timeout)"
- Maybe reply: Bob Strouper: "Re: [PHPLIB] re-using old sid (after timeout)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
To help prevent the user from using back buttons,
I use JS to open up a new window without the location,
menubar, toolbar etc.
So in other words, I have a main window with
links that open up a "transaction" window.
I have disabled cookies altogether and am using ONLY
the GET method.
What I am concerned with is that when the user times
out and clicks on a link (from the main window) which
in turn opens up a "transaction" window, the login
screen appears in the "transaction" window and the
user successfully logs in re-using the old session ID.
This is what I WANT to happen, but, is this
the intended behavior?
On the otherhand, if phplib did not work this way, ( and
phplib was unable to re-use sid's ) my application might
break... because the "main" window would have the OLD
session ID as part of every link, so every time the user
tried to open up a "transaction" window he would have to
relogin.
I look forward to your comments.
Thanks,
Bob
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com?sr=mc.mk.mcm.tag001
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Ian A. Marsman: "Re: [PHPLIB] Editor for PHP"
- Previous message: Damien Mc Kenna: "Re: [PHPLIB] Editor for PHP"
- Next in thread: Florian Gnägi: "Re: [PHPLIB] re-using old sid (after timeout)"
- Reply: Florian Gnägi: "Re: [PHPLIB] re-using old sid (after timeout)"
- Maybe reply: Bob Strouper: "Re: [PHPLIB] re-using old sid (after timeout)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

