Re: [Wicket-user] remove jsessionid in first page

2005-11-12 Thread Phil Kulak
App servers HAVE to put that in the first URL, because it's really the
second (because of the redirect). The server doesn't know if the
client is using cookies until the first request comes back, so for the
first request it has to use cookies and url rewriting.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] remove jsessionid in first page

2005-11-12 Thread Eelco Hillenius
Why? It's part of the default header info whether a client accepts
cookies or not isn't it?

Eelco


On 11/12/05, Phil Kulak [EMAIL PROTECTED] wrote:
 App servers HAVE to put that in the first URL, because it's really the
 second (because of the redirect). The server doesn't know if the
 client is using cookies until the first request comes back, so for the
 first request it has to use cookies and url rewriting.


 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server. Download
 it for free - -and be entered to win a 42 plasma tv or your very own
 Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] remove jsessionid in first page

2005-11-08 Thread pepone pepone
Hello all

when i load the firs page browser is redirected to a url that is like

/app;jsessionid=12324?path=1

there are any way to be redirected to samething like

 bookmarkablePage=HomePage

thanks in advantage


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] remove jsessionid in first page

2005-11-08 Thread Eelco Hillenius
There is no way for Wicket to remove jsessionid (at least no legal
way). It's your servlet container that appends it. When you support
cookies however, there should be no need to encode this id in the url,
and I think some servlet engines don't append it if this is the case.

Eelco


On 11/8/05, pepone pepone [EMAIL PROTECTED] wrote:
 Hello all

 when i load the firs page browser is redirected to a url that is like

 /app;jsessionid=12324?path=1

 there are any way to be redirected to samething like

  bookmarkablePage=HomePage

 thanks in advantage


 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server. Download
 it for free - -and be entered to win a 42 plasma tv or your very own
 Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] remove jsessionid in first page

2005-11-08 Thread Michael Jouravlev
No, I am not sure for all appservers, so I decided to abandon the
attempts for the most perfect URL ;-)) Because there will be only one
address which is screwed up after all, so I really don't care much (or
so I convinced myself).

I would say to pepone, forgeddaboudid ;-)

Michael.

On 11/8/05, Eelco Hillenius [EMAIL PROTECTED] wrote:
 Are you sure that's for all appservers though? I think some don't do
 it, and I don't see any reason for doing it either (as they can send
 the cookie right away, right?

 Eelco

 On 11/8/05, Michael Jouravlev [EMAIL PROTECTED] wrote:
  The very first time one accesses an application, session ID is in the
  address. So, for the first bookmarkable page you have two addresses,
  which screws up the browser history navigation.
 
  The simple answer: do one more redirect on first request. The more
  complex answer: do one more redirect when you see that jsessionid in
  in the URL. The hardest thing: to distinguish that jsessionid is in
  the URL. See this discussion for relevant information:
 
  http://marc.theaimsgroup.com/?l=struts-userm=111886657513840w=2
 
  Michael.
 
  On 11/8/05, Eelco Hillenius [EMAIL PROTECTED] wrote:
   There is no way for Wicket to remove jsessionid (at least no legal
   way). It's your servlet container that appends it. When you support
   cookies however, there should be no need to encode this id in the url,
   and I think some servlet engines don't append it if this is the case.
  
   Eelco
  
  
   On 11/8/05, pepone pepone [EMAIL PROTECTED] wrote:
Hello all
   
when i load the firs page browser is redirected to a url that is like
   
/app;jsessionid=12324?path=1
   
there are any way to be redirected to samething like
   
 bookmarkablePage=HomePage
   
thanks in advantage
 
 
  ---
  SF.Net email is sponsored by:
  Tame your development challenges with Apache's Geronimo App Server. Download
  it for free - -and be entered to win a 42 plasma tv or your very own
  Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 


 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server. Download
 it for free - -and be entered to win a 42 plasma tv or your very own
 Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user