Re: Session variables sometimes lost

2001-05-24 Thread Santiago Gala
Santiago Gala wrote: > > > I have just got a report from a customer that session tracking with no > cookies enabled breaks when the maximize/restore button is hit. I will > research it before thursday if nobody corrects it before. > > It looks like the URL is not properly rewritten in the Ma

Re: Session variables sometimes lost

2001-05-22 Thread Santiago Gala
Stephane Grialet wrote: > In fact we have two platforms: > - one for the tests, on this platform all the portlets and screens seem to > work fine (except in a few rare cases where session context is mysteriously > lost). > for each portlet, on this site the "Info" and "Maximize" button links are:

Re: Session variables sometimes lost

2001-05-22 Thread Stephane Grialet
In fact we have two platforms: - one for the tests, on this platform all the portlets and screens seem to work fine (except in a few rare cases where session context is mysteriously lost). for each portlet, on this site the "Info" and "Maximize" button links are: http://:8080/jetspeed/portal/scree

Re: Session variables sometimes lost

2001-05-22 Thread Stephane Grialet
- Original Message - From: "Santiago Gala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 6:53 PM Subject: Re: Session variables sometimes lost > Also, I think sessions are host-specific, so if you have some links like "localhost/.

Re: Session variables sometimes lost

2001-05-21 Thread Santiago Gala
Stephane Grialet wrote: > hello, > > > > i'm having problems into various portlets and screens i have written, > using the following code line to get the uid of the connected user: > > > > String username = (String) rundata.getSession().getAttribute("username"); > > > > It works almo

Session variables sometimes lost

2001-05-21 Thread Stephane Grialet
hello,   i'm having problems into various portlets and screens i have written, using the following code line to get the uid of the connected user:   String username = (String) rundata.getSession().getAttribute("username");   It works almost always... but sometimes it returns "null" instead o