You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Craig Hamilton <cr...@top-freegames.com> on 2006/06/21 18:38:21 UTC

problem with sessions

Hi,

I have a shopping cart written in Tapestry, and I am redirecting to
PayPal for some users to specify their purchase method.  

When paypal returns the users browser back to my cart, the session seems
to get lost, and a new session is created.  

When redirecting to paypal, i specify a return url.  I tried grabbing my
session id and adding that to the url, but that didn't seem to work.

String returnURL = server + "PersonalInfo.page;jessionid=" + sessionId;

Any ideas?

Thanks,
craig



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org