Dear Friends,

I am using enctype="multipart/form-data" for the first form (one.jsp); I am
also doing URL rewriting in one.jsp to send accross the session and storing
the variable in the HttpSession using the method setAttribute() and then
trying to retrieve the same in the second form (two.jsp) through
HttpSession's getAttribute() method; but, I am not able to get the session
id which I have set in the first page (one.jsp) when cookies are disabled.
Could anyone help me out with this issue so that I can make some settings so
that I can get the session in the second form.

The two files I mentioned above are attached alongwith.


Best regards,

Makarand.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to