[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: GNUJSP Session Management


yea, I finally realized that . . . the hard way.  I ended up writing my own
Session Manager Servlet.  Does everything the javax.servlet.http.HttpSession
does, PLUS it lets you view all the active sessions and kill any you want.

oh well.

eric

-----Original Message-----
From: Kit McCormick <ktm@gims.net>
To: gnujsp@server.gjt.org <gnujsp@server.gjt.org>
Date: Wednesday, January 13, 1999 9:58 PM
Subject: Re: GNUJSP Session Management


>
>"Eric B. Ridge" wrote:
>> In an effort to make this application stable, we've been working on
>> porting it all to Linux (RedHat 5.2), Apache 1.3.2, JServ .096, and
>> GNUJSP.
>>
>> For some undiscovered reason, it seems that individual .jsp's cannot
>> access the session data of javax.servlet.http.HttpSession.  When
>> trying to retrieve the data from request.getSession (), NULL is always
>> returned.
>
>sessions are broke in Apache JServ 0.9X.
>
>
>Kit
>