Hello Everyone,
I working on one site in which, I divided the page in different frames. First frame contain all the option in the form of links when I click on that links it will display the related page on the second frame. In some option of First frame subdivided into some more link. When I click on that option it will update the first frame and display the option of the related link.
Now this link who subdivided into some other link, possess parent child relationship. I have one session variable that contain some information that will use in both parent window as well as child window. when I move from parent to child window the session variable contain the required information. But when I return back from child to parent window session variable loss the information and set with value 0.
I didn't understand what is going on behind. Default value of session.gc_maxlifetime = 1440 (24 min). So how the session variable destroyed before this time.
Thanks and Regard,
Antrikssh...🙂