Sessions
Hello,
I have a question:
If an user comes to my website let's say at 2 p.m. and his session is
set
with
session_set_cookie_params(10800);
session_start();
then his session will be ended at 5 p.m. right?
but what happens if the user comes to my page again at 3 p.m.? will the
session be extended so it will expire at 6 p.m. or will it be endet at
5 p.m.?
Thx!
.
Relevant Pages
- Secure website (cookie/session)
... Secure a part of my website. ... access to server settings (session timeout, security,...). ... do not lose time re-submitting it because the use was redirect to the ... (microsoft.public.inetserver.iis.security) - Secure website (cookie/session)
... Secure a part of my website. ... access to server settings (session timeout, security,...). ... do not lose time re-submitting it because the use was redirect to the ... (microsoft.public.inetserver.iis.security) - Re: Sessions and clients
... I want to build a website with a certain technique, ... This entrance page gives out a random session URL. ... To see if it's the first time or not, you can't use ip addresses to check for unique users, as has been discussed recently in this newsgroup. ... You will probably have to store a cookie when it is first used, then every time after that, check for the cookie. ... (comp.lang.php) - Urgent: See user login history
... Any other info about their last session would help ... I'm not finding anything in any of the server client logs. ... Thx, ... Prev by Date: ... (microsoft.public.windows.server.active_directory) - RE: Need ASP script to Generate Unique Session ID
... the duration that they are on my website that way it is more secure and less ... likely that someone could guess the URL as the session ID number would only ... "Dan Thompson" wrote: ... I am trying to write a ASP script to put into my website that will generate ... (microsoft.public.inetserver.asp.general) |
|