How do I get a session by SessionID in C# -
i'm working on asp.net mvc app , i'm trying use 'uploadify' jquery plugin. 1 issue i'm running there apparently known bug in regards sending cookie information flash (which uploadify utilizes). i've tried sending auth token , session id request when uploading file using uploadify. great in can figure out if authorized, can't seem session , not have access session variables. if have sessionid, there way session in c#?
session["myvar"] = "1234"; <%= this.session.sessionid %> httpcontext.session.sessionid note can session id, need store things in temp data or keep giving new ids.
Comments
Post a Comment