iframe shares the same http session with any other url in the app

o.a.w.Session#bind() will create a new http session if it is not
already created.
So create it as soon as you need it and from there on all requests
will share the same http session

On Tue, Jan 10, 2012 at 5:22 PM, cosmindumy <cosmind...@yahoo.com> wrote:
>
> See Session.bind(). Call it before as soon as the http session should
> be created.
>
> Can you explain a little more what did you mean?
> I tried mySession.bind in method newSession() from MyWebApplication. I don't
> know if that's what you mean.
> I'm interested to know if it's possible to pass my application session to
> the iframe.
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-set-the-session-tp4281720p4282241.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to