Quantcast

Get JSESSIONID in Wicket

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Get JSESSIONID in Wicket

Martin A
Hello guys,
I've trying to find a way to get the JSESSION id for the requests in
Wicket, but couldn't find a way to. Would you give me some hints, please?

Best regards,
Martin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Get JSESSIONID in Wicket

vineetsemwal
ISessionStore()#getSessionId(request, boolean);

On Fri, May 18, 2012 at 3:31 PM, Martin A <[hidden email]> wrote:
> Hello guys,
> I've trying to find a way to get the JSESSION id for the requests in
> Wicket, but couldn't find a way to. Would you give me some hints, please?
>
> Best regards,
> Martin



--
thank you,

regards,
Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Get JSESSIONID in Wicket

vineetsemwal
i made a little typo so correcting it
ISessionStore#getSessionId(request, boolean);

On Fri, May 18, 2012 at 3:52 PM, vineet semwal
<[hidden email]> wrote:

> ISessionStore()#getSessionId(request, boolean);
>
> On Fri, May 18, 2012 at 3:31 PM, Martin A <[hidden email]> wrote:
>> Hello guys,
>> I've trying to find a way to get the JSESSION id for the requests in
>> Wicket, but couldn't find a way to. Would you give me some hints, please?
>>
>> Best regards,
>> Martin
>
>
>
> --
> thank you,
>
> regards,
> Vineet Semwal



--
thank you,

regards,
Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Get JSESSIONID in Wicket

vineetsemwal
or just Session#getId()

On Fri, May 18, 2012 at 4:00 PM, vineet semwal
<[hidden email]> wrote:

> i made a little typo so correcting it
> ISessionStore#getSessionId(request, boolean);
>
> On Fri, May 18, 2012 at 3:52 PM, vineet semwal
> <[hidden email]> wrote:
>> ISessionStore()#getSessionId(request, boolean);
>>
>> On Fri, May 18, 2012 at 3:31 PM, Martin A <[hidden email]> wrote:
>>> Hello guys,
>>> I've trying to find a way to get the JSESSION id for the requests in
>>> Wicket, but couldn't find a way to. Would you give me some hints, please?
>>>
>>> Best regards,
>>> Martin
>>
>>
>>
>> --
>> thank you,
>>
>> regards,
>> Vineet Semwal
>
>
>
> --
> thank you,
>
> regards,
> Vineet Semwal



--
thank you,

regards,
Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Get JSESSIONID in Wicket

Martin A
Thanks Vineet!

On Fri, May 18, 2012 at 1:38 PM, vineet semwal
<[hidden email]>wrote:

> or just Session#getId()
>
> On Fri, May 18, 2012 at 4:00 PM, vineet semwal
> <[hidden email]> wrote:
> > i made a little typo so correcting it
> > ISessionStore#getSessionId(request, boolean);
> >
> > On Fri, May 18, 2012 at 3:52 PM, vineet semwal
> > <[hidden email]> wrote:
> >> ISessionStore()#getSessionId(request, boolean);
> >>
> >> On Fri, May 18, 2012 at 3:31 PM, Martin A <[hidden email]> wrote:
> >>> Hello guys,
> >>> I've trying to find a way to get the JSESSION id for the requests in
> >>> Wicket, but couldn't find a way to. Would you give me some hints,
> please?
> >>>
> >>> Best regards,
> >>> Martin
> >>
> >>
> >>
> >> --
> >> thank you,
> >>
> >> regards,
> >> Vineet Semwal
> >
> >
> >
> > --
> > thank you,
> >
> > regards,
> > Vineet Semwal
>
>
>
> --
> thank you,
>
> regards,
> Vineet Semwal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>
Loading...