pageSchema Http->Https. Loosing session attr
Brought to you by:
ditling
I use a session patameter to decide wether the page
should be secured or not. My session attribute is
named "securePage" when its set to true and i'm calling
it from insecure page i teakes this parameter, reloads to
https and looses this value. Why it is not passed using
sslext:pageSchema ?? Is it not made for it??
When i have the parameter set to false and im calling it
form secure page the value is saved. Strange.