lost session

2003-12-11 Thread Lassaad Ghanmi
 
hello,
 want redirect a client from SSL to non-SSL; but I lose the session. 
can you help me, please,
 
best regards,
 
Lassaad.
 
=
DESIGN AND REUSE
www.design-reuse.com  
=
Lassaad Ghanmi
Phone : +33 476 70 64 72
Fax : +33 476 70 64 53
Email : [EMAIL PROTECTED] 
5 Place Robert Schuman
38025 Grenoble Cedex 1
FRANCE
 



lost session

2004-07-14 Thread dom
Hi

I don't know if this list is the right one, but I'd like to find some
information about my session problem :

I'm using tomcat 5.0.27 on win2000, j2sdk-1.4.2_04
My problem is that I have a jsp including custom tags, everything is fine
when the jsp shows in IE6.
But when I want to edit this page with MS-Word 2003 using the IE "edit"
button, Word reloads the page, and the custom tags are empty because the
session is lost. (in fact it' a new session, and Word loads the jsp twice).
Does anybody have a solution to this problem ?

Dom

Re: lost session

2004-07-14 Thread Robert Bateman
On Wednesday 14 July 2004 06:02 pm, dom wrote:
> I'm using tomcat 5.0.27 on win2000, j2sdk-1.4.2_04
> My problem is that I have a jsp including custom tags, everything is fine
> when the jsp shows in IE6.
> But when I want to edit this page with MS-Word 2003 using the IE "edit"
> button, Word reloads the page, and the custom tags are empty because the
> session is lost. (in fact it' a new session, and Word loads the jsp twice).
> Does anybody have a solution to this problem ?

Isn't that proper behaviour?  Word is a seperate app. loading a seperate 
session, etc.

Bob

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: lost session

2004-07-14 Thread Dale, Matt

I'd guess that word was acting as another browser so new cookies and all that so there 
isnt really any way around it unless you recode your application to store session 
information elsewhere and perhaps access it using the host IP as a key or something 
like that.

-Original Message-
From: dom [mailto:[EMAIL PROTECTED]
Sent: 14 July 2004 23:03
To: Tomcat Users List
Subject: lost session


Hi

I don't know if this list is the right one, but I'd like to find some
information about my session problem :

I'm using tomcat 5.0.27 on win2000, j2sdk-1.4.2_04
My problem is that I have a jsp including custom tags, everything is fine
when the jsp shows in IE6.
But when I want to edit this page with MS-Word 2003 using the IE "edit"
button, Word reloads the page, and the custom tags are empty because the
session is lost. (in fact it' a new session, and Word loads the jsp twice).
Does anybody have a solution to this problem ?

Dom
Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]