![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? Cheers Dennis Masselink |
#3
| |||
| |||
|
|
Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? |
|
jim (AT) nospam (DOT) com | "Insert Humorous Quote Here" |
#4
| |||
| |||
|
|
Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? Cheers Dennis Masselink |
#5
| |||
| |||
|
|
Thanks Jules for your reply, but uhm.... this is not what i wanted to hear... I've already built the site and i'm not very happy if i'm going to have to change my code... So....? Session time out is determined on the server? Thanks "Julian Roberts" <newsgroup (AT) charon (DOT) co.uk> schreef in bericht news:bgdj8a$507$1 (AT) forums (DOT) macromedia.com... Use cookies instead. -- Jules ----- Charon Cart 3 http://www.charon.co.uk/charoncart Dennis Masselink wrote: Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? Cheers Dennis Masselink |
#6
| |||
| |||
|
|
Well, I suppose that you could have: Session.Timeout=360 But this means that every variable for every user is stored for 6 hours - even after they leave the site, if you don't abandon the session. -- Jules ----- Charon Cart 3 http://www.charon.co.uk/charoncart Dennis Masselink wrote: Thanks Jules for your reply, but uhm.... this is not what i wanted to hear... I've already built the site and i'm not very happy if i'm going to have to change my code... So....? Session time out is determined on the server? Thanks "Julian Roberts" <newsgroup (AT) charon (DOT) co.uk> schreef in bericht news:bgdj8a$507$1 (AT) forums (DOT) macromedia.com... Use cookies instead. -- Jules ----- Charon Cart 3 http://www.charon.co.uk/charoncart Dennis Masselink wrote: Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? Cheers Dennis Masselink |
#7
| |||
| |||
|
|
In article <bgdigg$3pr$1 (AT) forums (DOT) macromedia.com>, dema-spam (AT) trap (DOT) com says... Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? I think its usually set to 20 minutes automatically, but you can change that using Session.Expires = X |
#8
| |||
| |||
|
|
session variables are stored on the server till you instruct them to be destroyed. the session id is stored in a cookie (usually). a cookie by default is destroyed when you close the window but you can set this to a value in your script. joe "Dennis Masselink" <dema-spam (AT) trap (DOT) com> wrote in message news:bgdigg$3pr$1 (AT) forums (DOT) macromedia.com... Session variables.... they experies after 20 min or so.... is this determined on the server, or can i instruct the server to keep the session variables for as long as the duration as the browser stays open? Cheers Dennis Masselink |
![]() |
| Thread Tools | |
| Display Modes | |
| |