I have a server main page wherein i have to fill some text fields and drop down according to an input file. This will lead me to one of many 2nd pages according to the input params. Then again on the 2nd page (form) i have to fill in few parameters and submit it to get the reqd data. I am not being able to maintain a single session for this. If i directly paste the URL of one of the 2nd pages in the brosew address bar, it says no session error. I have to go to the 1st page to start a session and from it go to whichever 2nd page is desired.
Does anyone know how I could pass the session information in perl ?