Re: Tracking logged in users / SessionStore questions

2008-09-13 Thread behlma
Hi Igor, actually, the wrong cookie path is set. Could be that this is due to nginx (my webserver). Just to make sure, is there a way to set the session cookie path through wicket? igor.vaynberg wrote: are your cookies disabled? -igor On Thu, Sep 11, 2008 at 11:46 PM, behlma [EMAIL

Re: A few more newbie questions

2008-09-13 Thread walnutmon
Yes, that's exactly what I was looking for. Thanks! jwcarman wrote: Are you basically wanting each users' browser to be notified of some change in state on the server? Well, there are a couple of ways to go about this. You can either implement server push or you can have your

Re: Tracking logged in users / SessionStore questions

2008-09-13 Thread Igor Vaynberg
no, the session cookie is set and managed by the servlet container -igor On Sat, Sep 13, 2008 at 1:56 AM, behlma [EMAIL PROTECTED] wrote: Hi Igor, actually, the wrong cookie path is set. Could be that this is due to nginx (my webserver). Just to make sure, is there a way to set the session