** Session Issue with PUT + ASP.Net

Upload core product.
Post Reply
amrish_deep
Posts: 40
Joined: Tue Jun 17, 2008 5:14 am

** Session Issue with PUT + ASP.Net

Post 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?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

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

Post 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

Post Reply