Ask a Question related to ASP.NET General, Design and Development.
-
Shawn #1
Unable to read httpcontext during session end
In my application, I have users that are registered in
SQL Server. When they login, a flag is set to indicate
they are logged in (dll). The procedure to set that flag
uses information stored in the session variable at the
time of login using HTTPContext
(httpcontext.current.session.item("bitLoggedIn").
When the user logs out, I call the Session.Abandon() to
change the flag to false in the Session_End. When I try
to retrieve data from the session variable using the
httpcontext (from dll), it says there is nothing in the
object. Yet in the Session_End procedure the values are
still in the session.item("bitLoggedIn"). I just can't
access it.
I know this is a little confusing, sorry. How can I
access the values in the session variable during the
session_end procedure? Or maybe I am calling it at the
wrong time?
Shawn
Shawn Guest
-
Unable to read value of Text Field : Any help?
I've following DOM structure: body form div1 div2 textfield button div3 button -
Unable to read/write to .ini file using .dll in webservice
Hi, I am new to asp.net. I am creating a web service. This I havedone. The web service calls one of our .dll's. This .dll usesthe... -
CS: Unable to Read .Eps and .AI Files Burned to CD
I have several eps and ai files which I have backed up to a CD. I can copy them back to my PC and have no problem accessing them. But when I try to... -
Scanned documents with 6.0 unable to be read by 5.0 or 4.0
I am using Acrobat 6.0 and scanning documents to be saved as "4.0 or greater" and people still report they are unable to open documents. Any... -
Upload (unable to read file)
hi, i´m trying to upload a file. I tried many ways but it always return the same error... Unable to open c:\file.jpg for reading. the file...



Reply With Quote

