Re: Cookie retrieval issue.

2009-03-29 Thread Murat Yücel
Hi Peter I was creating cookie objects almost in the same way. I was just missing the context path part. I have added it, but still no change. When i am retrieving the cookie from my BasePage then i get nothing: ((WebRequestCycle) RequestCycle.get()).getWebRequest().getCookie(cookieName); I

Re: Cookie retrieval issue.

2009-03-29 Thread Peter Thomas
2009/3/29 Murat Yücel kodeperke...@gmail.com Hi Peter I was creating cookie objects almost in the same way. I was just missing the context path part. I have added it, but still no change. When i am retrieving the cookie from my BasePage then i get nothing: ((WebRequestCycle)

Re: Cookie retrieval issue.

2009-03-29 Thread Murat Yücel
Thanks a lot. Will look into it. 2009/3/29 Peter Thomas ptrtho...@gmail.com 2009/3/29 Murat Yücel kodeperke...@gmail.com Hi Peter I was creating cookie objects almost in the same way. I was just missing the context path part. I have added it, but still no change. When i am

Re: Cookie retrieval issue.

2009-03-29 Thread Murat Yücel
Hi Peter I have made a simple quickstart application which has the same issue as i have described. I have attached it to the mailing list. Do you have the time to look it through? Or should i just create a jira? Steps: 1) Enter homepage, type username (admin) password (password) and press login.

Re: Cookie retrieval issue.

2009-03-28 Thread Murat Yücel
Hi Guys do you need more information regarding this issue or should i create a small quickstart application? I cant really figure out why i am experiencing this error... /Murat 2009/3/9 Murat Yücel kodeperke...@gmail.com Hi All I am experiencing a similar problem, as this jira issue:

Re: Cookie retrieval issue.

2009-03-28 Thread Peter Thomas
2009/3/28 Murat Yücel kodeperke...@gmail.com Hi Guys do you need more information regarding this issue or should i create a small quickstart application? I cant really figure out why i am experiencing this error... /Murat 2009/3/9 Murat Yücel kodeperke...@gmail.com Hi All I am

Re: Cookie retrieval issue.

2009-03-28 Thread Murat Yücel
Hi Peter Thanks for the response. The context path hack works when logging out. But i still have a problem when i want to auto login. I log in with an user. Then the cookie is saved. I close the browser. And then i open a new browser, enter the url and expects that the user is auto login. But

Re: Cookie retrieval issue.

2009-03-28 Thread Peter Thomas
2009/3/28 Murat Yücel kodeperke...@gmail.com Hi Peter Thanks for the response. The context path hack works when logging out. But i still have a problem when i want to auto login. I log in with an user. Then the cookie is saved. I close the browser. And then i open a new browser, enter the

Cookie retrieval issue.

2009-03-09 Thread Murat Yücel
Hi All I am experiencing a similar problem, as this jira issue: https://issues.apache.org/jira/browse/WICKET-2011 I am trying to make auto login work. When you login and check the remember box then a cookie is persisted. Whenever i logout the cookie is removed by calling the clear method on the