Hello,
Quick question... I'm losing my session id whenever i try linking to a non-relative URL (ie when i'm linking to my check-out page that needs to be [url]https://...[/url]).
Now, I read that when using URL based session data, the session ID is not passed to non-relative URLs due to security reasons... is there any way I can get around this? Or am I simply doing something wrong here?
I have use_trans_sid enabled in order to send transparent session id's throughout my page, so should I simply pass the session id in the URL string everywhere where I'm linking to a non-relative URL? And is there someway to do it transparently so it doesnt show up in the address bar?
Thanks so much,
Dan