RE: SSL and HttpServletRequest.getRequestedSessionId()

2000-10-05 Thread Walker, Eric
e-site.xml, or your ssl sessions will timeout at a different time than your http sessions. (after about 60-90 sec) -Lkb At 12:40 PM 10/2/00 -0500, Walker, Eric wrote: When accessing a web site configured for SSL I have noticed that calling HttpServletRequest.getRequestedSessionId() for a clien

SSL and HttpServletRequest.getRequestedSessionId()

2000-10-02 Thread Walker, Eric
When accessing a web site configured for SSL I have noticed that calling HttpServletRequest.getRequestedSessionId() for a client that has not yet joined a session returns a non null value. The same scenario for a non-SSL site always returns a null. Any ideas why there is a difference

RE: Session bean time out : URGENT

2000-05-25 Thread Walker, Eric
this question to the mailing list before but I have never received a reply from anyone at orion. Any help would be greatly appreciated. Thanks Eric -Original Message- From: Walker, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 6:06 PM To: Orion-Interest Subject: Session bean time out

Session bean time out

2000-05-16 Thread Walker, Eric
Is there any way for me to set the timeout interval for an EJB? Thanks Eric

RE: worked under 0.9.4 broken under 0.9.6

2000-04-27 Thread Walker, Eric
} catch (Exception e) { throw new ConfigException(e.getMessage(), e); } } fConnection.prepareStatement works under 0.9.4 throws NullPointer Exception under 0.9.6 Thanks Eric -Original Message- From: Wal

worked under 0.9.4 broken under 0.9.6

2000-04-25 Thread Walker, Eric
the following code snippet worked under 0.9.4 but generates a NullPointerException under 0.9.6. The offending line is the lookup: private IConfig getConfigBean() { if( m_configBean != null ) { return m_configBean;