You can use something like this:
    <session-config>
        <session-timeout>
            60
        </session-timeout>
    </session-config>
in web.xml (if IPlanet support servlet 2.2.)
or use HttpSession.setMaxInactiveInterval(int interval)  in your program

Vyacheslav Pedak

----- Original Message -----
From: Priya Damle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 9:03 PM
Subject: How can I change the session time out from 30 mins default to som e
different value in Netscape web Server


> Hi all,
>
> I have a servlet which uses sessions for storing user password and
compares
> that eveytime user tries to access the pages of my application.
>
> I am using Netscape IPlanet Web Server. It bumps out the user after 30
mins
> even if user is uses the application. Is there a way to change the session
> time out value to some different value from the server config?
>
> Thanks,
>
> Priya
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to