----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

You should make a cookies stored in their computer. Havin session never being expired 
may giving a hole of security, especially if you want to opena site for public use.

Steve
-------- Original message --------
From: "Jim Rainville" <[EMAIL PROTECTED]>
To: "Java Apache Users" <[EMAIL PROTECTED]>
Subject: Re: Re:session timeouts
Date: Sat, 20 Nov 1999 20:05:04 -0800
----------------------------------

----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I want to make it so that whenever a persons comes back to the servlet - it
recognizes who they are.  I was hoping I could do this on a per servlet
basis, as with the setMaxInactiveTerminal() method.

----- Original Message -----
From: Steve Nguyen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 21, 1999 12:08 PM
Subject: Re:session timeouts


> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Session expiration is set in the zone.properties file. What is the idea
behind having the session never being expired ?
>
> Steve
> -------- Original message --------
> From: "Jim Rainville" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: session timeouts
> Date: Sat, 20 Nov 1999 17:05:59 -0800
> ----------------------------------
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
> <META content="MSHTML 5.00.2722.2800" name=GENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=#ffffff>
> <DIV><FONT size=2>I'm not sure if this is the right forum for this
question, if
> not please redirect me and I will ask there.</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT size=2>I'm using apacheJserv 1.1b3 on a Linux box running
Redhat
> 6.0. I'm using the JSDK 2.0. I'm using an HttpSession class to manage
sessions
> on a servlet I'm writing. I would like to make the session so that it
never
> expires. I tried to use the method setMaxInactiveTerminal(-1) to achieve
this
> but the compiler complains that this method is not part of the HttpSession
> class. Is this method not implemented in JSDK 2.0? If not is there a work
around
> for this? </FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT size=2>Thanks,</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT size=2>Jim</FONT></DIV></BODY></HTML>
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to