Re: question about variable in session, viewstate ..
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
are the values always strings?
No, you can store anything in the session.
Does here occur a conversion first from date to string, then from string
to date or the value remains always a date?
Not 100% on casting in VB, but there should be no conversion from string to
date.
.
Relevant Pages
- Re: [PHP] module and access rights
... > so you store in your cookie the username and the check string. ... How, exactly, is that any more secure than a standard session identifier? ... >> because i can store in DB the sessionID, and check it to every DB ... (php.general) - RE: Session variables
... another way you can do it, it to store this in the application variable of ... your asp.net and use the session ID as the string that you save the ... ITworx on behalf of Microsoft EMEA GTSC ... (microsoft.public.dotnet.languages.csharp) - Re: CGI::Session with MySQL Driver
... Sinan Unur a écrit: ... I want to store user_name in session table ... the string b7f26a2095fb2ff4e11e8ae1295d767e represent the sessionid what's wrong? ... (comp.lang.perl.misc) - Captcha did not work under PHP 5.3.3
... My captcha.php did not work under this version of PHP. ... //Start the session so we can store what the code actually is. ... We dont need a 32 character long string so we trim it down to 7 ... (alt.php) - Re: Storing a datatable (or arraylist )on ASP.NET Session
... Perhaps your ArrayList store smth which can't be casted to object. ... If exactly that code u shown didn't work (emply arraylists) that I recomment to re-register asp.net 2.0 calling aspnet_regiis,exe - i ... Team blog: http://devkids.blogspot.com/ ... b> session variables is stored on web server's local sql database. ... (microsoft.public.dotnet.framework.aspnet) |
|