RE: Newbie Question : Session Management without cookies

2005-05-30 Thread Andy

Sorry, have I missed something - where is the need to rewrite the URL
yourself? Java/Struts session management uses a cookie, when supported by
the browser, otherwise a jsession id is appended to the URL and this is done
automatically with the need to manually rewrite the URL yourself (thank
goodness!)

For the different implementation methods, this has been covered before -

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg24504.html

This used to be in the Struts FAQ I think.

Andy.

-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: 29 May 2005 20:46
To: Struts Users Mailing List
Subject: Re: Newbie Question : Session Management without cookies


Mark-
Have you looked at mod_rewrite?
http://httpd.apache.org/docs-2.0/misc/rewriteguide.html
Viel Gluck,
Martin-

- Original Message -
From: Mark Breitner [EMAIL PROTECTED]
To: Struts Users Mailing List user@struts.apache.org
Sent: Sunday, May 29, 2005 1:52 PM
Subject: Re: Newbie Question : Session Management without cookies


 Hi - thanks for your answer. I am looking for a way to let strtuts
 automatically rewrite the urls. But in the book I am reading right now I
 can´t find any hint on how to do this.

 Can you tell me how to rewrite the urls, so that user / pwd are
send with
 ?

 Bye,

 Mark Breitner


 --- Ursprüngliche Nachricht ---
 Von: Dave Newton [EMAIL PROTECTED]
 An: Struts Users Mailing List user@struts.apache.org
 Betreff: Re: Newbie Question : Session Management without cookies
 Datum: Fri, 27 May 2005 11:12:59 -0400

 Nils Liebelt wrote:

 Have a look at J2ee Specs first. So you get an idea of the session
 concept.
 
 
 -Original Message-
 From: Mark Breitner [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 27, 2005 4:34 PM
 Subject: Newbie Question : Session Management without cookies
 
 I just started with struts and wanted to implement an application that
 is
 able to do session management (f.e. user + password) even if the user
 has
 turned cookies off.
 
 what is the best way to do this ?
 
 
 Also look at URL rewriting, which Struts supports.

 Dave



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


 --
 Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
 Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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



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





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



Re: Newbie Question : Session Management without cookies

2005-05-29 Thread Mark Breitner
Hi - thanks for your answer. I am looking for a way to let strtuts
automatically rewrite the urls. But in the book I am reading right now I
can´t find any hint on how to do this.

Can you tell me how to rewrite the urls, so that user / pwd are send with ?

Bye,

Mark Breitner


 --- Ursprüngliche Nachricht ---
 Von: Dave Newton [EMAIL PROTECTED]
 An: Struts Users Mailing List user@struts.apache.org
 Betreff: Re: Newbie Question : Session Management without cookies
 Datum: Fri, 27 May 2005 11:12:59 -0400
 
 Nils Liebelt wrote:
 
 Have a look at J2ee Specs first. So you get an idea of the session
 concept. 
   
 
 -Original Message-
 From: Mark Breitner [mailto:[EMAIL PROTECTED] 
 Sent: Friday, May 27, 2005 4:34 PM
 Subject: Newbie Question : Session Management without cookies
 
 I just started with struts and wanted to implement an application that is
 able to do session management (f.e. user + password) even if the user has
 turned cookies off.
 
 what is the best way to do this ?
   
 
 Also look at URL rewriting, which Struts supports.
 
 Dave
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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



Re: Newbie Question : Session Management without cookies

2005-05-29 Thread Martin Gainty

Mark-
Have you looked at mod_rewrite?
http://httpd.apache.org/docs-2.0/misc/rewriteguide.html
Viel Gluck,
Martin-

- Original Message - 
From: Mark Breitner [EMAIL PROTECTED]

To: Struts Users Mailing List user@struts.apache.org
Sent: Sunday, May 29, 2005 1:52 PM
Subject: Re: Newbie Question : Session Management without cookies



Hi - thanks for your answer. I am looking for a way to let strtuts
automatically rewrite the urls. But in the book I am reading right now I
can´t find any hint on how to do this.

Can you tell me how to rewrite the urls, so that user / pwd are send with 
?


Bye,

Mark Breitner



--- Ursprüngliche Nachricht ---
Von: Dave Newton [EMAIL PROTECTED]
An: Struts Users Mailing List user@struts.apache.org
Betreff: Re: Newbie Question : Session Management without cookies
Datum: Fri, 27 May 2005 11:12:59 -0400

Nils Liebelt wrote:

Have a look at J2ee Specs first. So you get an idea of the session
concept.


-Original Message-
From: Mark Breitner [mailto:[EMAIL PROTECTED]
Sent: Friday, May 27, 2005 4:34 PM
Subject: Newbie Question : Session Management without cookies

I just started with struts and wanted to implement an application that 
is
able to do session management (f.e. user + password) even if the user 
has

turned cookies off.

what is the best way to do this ?


Also look at URL rewriting, which Struts supports.

Dave



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



--
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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




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



Newbie Question : Session Management without cookies

2005-05-27 Thread Mark Breitner
Hello,

I just started with struts and wanted to implement an application that is
able to do session management (f.e. user + password) even if the user has
turned cookies off.

what is the best way to do this ?

With kind regards

Mark Breitner

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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



RE: Newbie Question : Session Management without cookies

2005-05-27 Thread Nils Liebelt
Hi Mark,

Have a look at J2ee Specs first. So you get an idea of the session concept. 

Regards,

Nils

-Original Message-
From: Mark Breitner [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 27, 2005 4:34 PM
To: user@struts.apache.org
Subject: Newbie Question : Session Management without cookies

Hello,

I just started with struts and wanted to implement an application that is
able to do session management (f.e. user + password) even if the user has
turned cookies off.

what is the best way to do this ?

With kind regards

Mark Breitner

--
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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


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



RE: Newbie Question : Session Management without cookies

2005-05-27 Thread Nils Liebelt
Hi Mark,

Have a look at J2ee Specs first. So you get an idea of the session concept. 

Regards,

Nils

-Original Message-
From: Mark Breitner [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 27, 2005 4:34 PM
To: user@struts.apache.org
Subject: Newbie Question : Session Management without cookies

Hello,

I just started with struts and wanted to implement an application that is
able to do session management (f.e. user + password) even if the user has
turned cookies off.

what is the best way to do this ?

With kind regards

Mark Breitner

--
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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


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



Re: Newbie Question : Session Management without cookies

2005-05-27 Thread Dave Newton

Nils Liebelt wrote:

Have a look at J2ee Specs first. So you get an idea of the session concept. 
 


-Original Message-
From: Mark Breitner [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 27, 2005 4:34 PM

Subject: Newbie Question : Session Management without cookies

I just started with struts and wanted to implement an application that is
able to do session management (f.e. user + password) even if the user has
turned cookies off.

what is the best way to do this ?
 


Also look at URL rewriting, which Struts supports.

Dave



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