Hi,

You can follow the advice to use a single dispatcher servlet for all
requests that keeps track of newly created sessions and replies accordingly:
If the session is new and the request asks for a page (or frame content)
that would not be requested for new sessions, redirect to a page that
informes the user that his session has timed out giving a link back to the
start page.
jakarta.struts provides a lot of ready made classes to simplify creating
such applications.

Mika

----- Original Message -----
From: "Justin Rowles" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, January 17, 2002 3:30 PM
Subject: RE: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!


> > One potential problem with frames is the session id
> > if cookies are disabled.
>
> <snip description - look in the archives>
>
> You can get round this by having a third hidden frame which 'owns' the
links
> and which is the one which gets refreshed, and using JavaScript to connect
> up the links from the two visible frames.
>
> J.
> --
> You're only jealous cos the little penguins are talking to me.
>
>
>
> ***************************************************************
> For more information on Ordnance Survey products and services,
> visit our web site at http://www.ordnancesurvey.co.uk
> ***************************************************************
>
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to