HighDots Forums  

How long before a ' logged in user' is logged out?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How long before a ' logged in user' is logged out? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roger
 
Posts: n/a

Default How long before a ' logged in user' is logged out? - 11-11-2004 , 06:04 AM






Hi,

I am building a website with a password protected section, using DWMX2004's
log-in behaviour.
After there is a certain amount of time of inactivity, the user is
automatically logged out - how long is this, and can I set the the time?

TIA!

Rogier, Rotterdam



Reply With Quote
  #2  
Old   
Rupert PupKin
 
Posts: n/a

Default Re: How long before a ' logged in user' is logged out? - 11-11-2004 , 06:37 AM






depends on your server model - ASP is usally set in global.asp with the
session object like :

<% Session.Timeout=5 %>

default is 20 minutes usually

You do some fancy scripting with session.abandon if you want.

see http://www.w3schools.com/asp/asp_sessions.asp - an excellent site for a
load of stuff.

PHP you need to use session object again.

RP
"Roger" <rsbos (AT) xs4all (DOT) nl> wrote

Quote:
Hi,

I am building a website with a password protected section, using
DWMX2004's
log-in behaviour.
After there is a certain amount of time of inactivity, the user is
automatically logged out - how long is this, and can I set the the time?

TIA!

Rogier, Rotterdam





Reply With Quote
  #3  
Old   
Ross Riley
 
Posts: n/a

Default Re: How long before a ' logged in user' is logged out? - 11-11-2004 , 06:41 AM



This depends on the length of the session, a setting which is set on the
server. How you change this depends on what server setup you have. If you are
using php for instance you will probably be using cookies to maintain a
session. The length is set by the session.cookie_lifetime setting in the
php.ini file. Hope this helps Ross


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.