Thank you for your help, Igor.

igor.vaynberg wrote:
> 
> 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
>> cookie
>> path through wicket?
>>
>> igor.vaynberg wrote:
>>>
>>> are your cookies disabled?
>>>
>>> -igor
>>>
>>> On Thu, Sep 11, 2008 at 11:46 PM, behlma <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Now another question has popped up. My bulletin board overview page,
>>>> the
>>>> one
>>>> displaying all currently active/guests users and forums is a
>>>> (stateless)
>>>> BookmarkablePage. To be able to track the (guest) users however, I'm
>>>> calling
>>>> getSession().bind() in the page's constructor.
>>>>
>>>> The session gets bound the very first time I access the page (and I'm
>>>> displayed as a guest user). The url (www.myurl.com/forum) at this point
>>>> however has no notion of jsessionid whatsoever, so if I simply refresh
>>>> the
>>>> page, a new session gets bound, now displaying two guests.
>>>> Consequently,
>>>> for
>>>> every refresh a new session is spawned.
>>>>
>>>> Now I understand that this is the correct behaviour, but is there any
>>>> way
>>>> around people being able to spawn thousands of sessions :) ?
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19450432.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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]
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19468728.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19479686.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to