Omgili - forum search, search forums  
  

Discussions about session

Displaying 1 - 10 out of 211,733 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I'd like to set the timeout on a specific Session Variable in a .Net web application, but leave other Session variables alone. Is this possible? Example: I have 5 Session Variables Session(var1) Session(var2) Session(var3) Session(var4) Session(var5) ...
Started by on , 4 posts by 4 people.  
You may implement this feature by creating in your code (update it per hit, and remove it from... .
The Caching framework of asp.net and change when they are flushed from the session.
You would need to use an alternative to Session for storage.
I'm using session_cache_limiter() and session_cache_expire() at the top of my PHP 5.1.0 script, just before my session_start(). From PHP help: [...] you need to call session_cache_limiter() for every request (and before session_start() is called). But...
Started by on , 3 posts by 3 people.  
Example taken straight from "PHP: session_cache_limiter" off php.net <?php /* set the cache limiter to 'private' */ session_cache_limiter('private'); $cache_limiter = session_cache_limiter(); echo definition of work , the functions....
I have handlers for my Session_Start and Session_End events. When I first start the application, everything works fine. If I leave the session and the standard timeout occurs, I watch my Session_End throw. I'm expecting that behavior. Let's say though...
Started by on , 3 posts by 3 people.  
I'm just guessing, but I'd think, which (I'm guessing here) might trigger a ... .
In conjunction with Forms auth.
Can you verify that the events are firing for the same session ID? .Net does some funky things with their session cookies, esp.
Ask your Facebook Friends
What is the difference between session affinity and sticky session in context of load balancing servers?
Started by on , 5 posts by 5 people.  
As I've always ....
I believe that session affinity is a synonym for sticky session.
Sticky session means that when a request comes into a site from a client all further requests go to the same server initial client request accessed.
I just installed PHP 5.3 and am weeding out consequent " deprecated " warnings. It says session_unregister() is deprecated in: session_unregister($serverWideUniqueIdCode); and the replacement seems to be $_SESSION[]. So what would be the syntax with $...
Started by on , 3 posts by 3 people.  
To remove an entry from an array....
SESSION = array(); Quoting the doc (take a look at that page, it says quite some interesting stuff ;-) ) : session_unregister() unregisters the global variable named name from the current session.
Hi everyone, I want to access the session of a user from a different domain than the one that I initiated the session. Can I use session.session_id of the user and then retrieve the session hash of that user ? Thank you
Started by on , 3 posts by 3 people.  
It looks like you could use something like CGI::Session::ActiveRecordStore::SqlBypass::find_by_session_id(session_id), but I'm not sure if that's a good idea or not -- and in this case it is only, but if you poke around under actionpack....
What are some strategies to manage number of sessions and eliminate unneeded sessions? Or How do I get to know that sessions are no longer needed?
Started by on , 6 posts by 6 people.  
You can however configure the session timeout in web.xml as follows: <session....
You really don't need to worry about it at all .
Again, unless you really really need it, stick with configuring the session handling out.
T-4947.html.
I would need to access to Session variables on Session_End event in global.asax.cs, but HttpContext.Current is null, so none of the session varables are accessible. a) Can I access user session somehow differently, or b) Is there any other event jut before...
Started by on , 4 posts by 4 people.  
I don't believe there is any reliable way to capture the end of a user's session....
Unless you are using Session_End for the specific purpose of taking actions when a session times out, relying on Session_End is not a good idea.
I read two MSDN articles on Session state modes in ASP .Net. 1 and 2 . Both articles shows that 'In Process' session state mode is the only mode that supports the Session_OnEnd event. If the session state Mode is StateServer or SQLServer, then the Session...
Started by on , 3 posts by 3 people.  
InProcess knows that Session is managed.
Messages across process/machine to signal the Session_OnEnd.
If a PHP session variable is stored on file (like it is by default) then let's say I store a user's name into a session variable... $_SESSION['username'] = 'Jason Davis'; Now when a page is built, if I call $_SESSION['username'] 100 times in the process...
Started by on , 3 posts by 3 people.  
The file is only read when you call the session_start.
No, the session data is read when session_start is called and written when either the script runtime is ended or session_write_close is called.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
joomla _SESSION 'session_id'    Sessions    Session clear    session ID    - Love Session    session drummer    xubuntu default session    joomla sessions    invalid session joomla    joomla session ID   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost