Page 1 of 1

** Session Issue with PUT + ASP.Net

Posted: Wed Jun 25, 2008 6:31 am
by amrish_deep
Hi,
As per the reply from one of my previous posts, I have used the following parameters in the Applet tag (for resumable uploads using IIS)

<PARAM NAME="param5" VALUE="httpmethod">
<PARAM NAME="value5" VALUE="put">

The problem I am facing is that, in the URL mentioned for the "url" paramerter, when the file is transmitted to the server via the PUT menthod, the Session variables are totally lost. I need the valuable session variables for authentication + authorization. Can you please tell me a way to retain the session values for IIS?

Re: ** Session Issue with PUT + ASP.Net

Posted: Wed Jun 25, 2008 9:00 pm
by support
How do you maintain user's session ? With cookie or URL rewriting ?
Check the following tutorial and let me know if it helps:
http://www.jfileupload.com/products/jfi ... ation.html