Hi,
I need to retrieve session_id from the login information and create one folder of that session_id name into current project folder.
It's an urgent requirement so please help me as soon as possible.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jun 30, 2011, 1:53 AM
Posted Jun 30, 2011, 12:22 AM
This will create a folder under "Users" folder.
System.IO.Directory.CreateDirectory(MapPath("Users")+"\\" +Session.SessionID.ToString());
Sahil JaniPosted Jun 29, 2011, 11:57 PM
Thanks for the information. One more thing that I have written how should I create folder name of that particular session_id. Means that folder's name should be current session_id's name.
Suthish NairPosted Jun 29, 2011, 3:18 PM