function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RonenRonen 

Session variables don't persist under SSL

I have a custom url tab which runs an SSL application.  However, for whatever reason, the session variables used in that application don't persist across the different pages.
Moreover, if I run the same custom tab without the https:// on a different non-SSL server, the session variables DO persist.  Anyone encountered this problem??
 
Thanks in advance.
 
KingsleyKingsley
Ronen, do you know if the session id is stored as a hidden field within the page? Any in page fields will be cleared out by the browser in SSL mode.