| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Tinkster Has No Life
  
  Joined: 05 Jul 2009 Posts: 483 Location: The Kingdom of Drachlah
  | 
		
			
				 Posted: Tue Jan 19, 2010 1:16 pm    Post subject: Weird. Insant Logout. | 
				     | 
			 
			
				
  | 
			 
			
				this isn't really a problem okay.
 
 
Sometimes when I log in and go in to my profile, I get logged out. 
 
I'm not pressing anything, just my user name.
 
As long as it  doesn't log me out I'm fine, but if it continuesly(?) logs me out, I'll have a problem.
 
 
Is FAC doing it? or is it a bug or something? _________________ ___________________________________________________
 
"Theory is the foundation of music;
 
 Instruments are the tools to make it;
 
 Music is the doorway to someones soul"
 
-ShadeArt | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Stratadrake Elder Than Dirt
  
  Joined: 05 May 2004 Posts: 13724 Location: Moo
  | 
		
			
				 Posted: Tue Jan 19, 2010 7:39 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				Mainsite side, not forums, correct? _________________ Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
 
[size=9]Disclaimer: Posts may contain URLs.  Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size] | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Tinkster Has No Life
  
  Joined: 05 Jul 2009 Posts: 483 Location: The Kingdom of Drachlah
  | 
		
			
				 Posted: Thu Jan 21, 2010 4:35 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				Yeah, it doesn't do it in the forums. _________________ ___________________________________________________
 
"Theory is the foundation of music;
 
 Instruments are the tools to make it;
 
 Music is the doorway to someones soul"
 
-ShadeArt | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Stratadrake Elder Than Dirt
  
  Joined: 05 May 2004 Posts: 13724 Location: Moo
  | 
		
			
				 Posted: Thu Jan 21, 2010 8:21 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				Mainsite and forums have separate login processes.
 
 
If I recall correctly, your login cookie will occasionally expire, but this is not much of an issue. _________________ Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
 
[size=9]Disclaimer: Posts may contain URLs.  Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size] | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Tinkster Has No Life
  
  Joined: 05 Jul 2009 Posts: 483 Location: The Kingdom of Drachlah
  | 
		
			
				 Posted: Fri Jan 22, 2010 5:17 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				so it's normal to do that once in a while? _________________ ___________________________________________________
 
"Theory is the foundation of music;
 
 Instruments are the tools to make it;
 
 Music is the doorway to someones soul"
 
-ShadeArt | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Stratadrake Elder Than Dirt
  
  Joined: 05 May 2004 Posts: 13724 Location: Moo
  | 
		
			
				 Posted: Fri Jan 22, 2010 6:00 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				In short, yes.
 
 
As a developer I am EXTERMELY paranoid about login cookies.  After all, if someone was able to snag it then they have immediate access to your account at a minimum, and that's a Bad Thing. _________________ Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
 
[size=9]Disclaimer: Posts may contain URLs.  Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size] | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Sora121 Developer
  
  Joined: 02 Oct 2006 Posts: 2591 Location: I'm here some place
  | 
		
			
				 Posted: Sat Jan 23, 2010 12:46 am    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				The log-in cookie should have little to nothing to do with that, in the case that the user is already logged in.  After log-in data is stored server-side, via PHP Sessions, as you know.
 
This could be some remnant of the Session collision bug Denis was concerned about a while back. But if this is that bug, I think the problem is beyond PHP's control.  If it isn't then there is some white-space breaking our server headers thus rendering sessions invalid, and forcing users to re-authenticate. 
 
 
A session could easily become invalid or unset during the server /tmp/ directory cleaning, tho. Which means its just (almost precisely) bad timing on the user/PHP sessions behalf. 
 
 
 
As long as this doesn't happen every or every other time you try to view/edit your profile this shouldn't be a problem at all. | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Tinkster Has No Life
  
  Joined: 05 Jul 2009 Posts: 483 Location: The Kingdom of Drachlah
  | 
		
			
				 Posted: Wed Mar 17, 2010 11:16 am    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				It's doing it again. like once a month. _________________ ___________________________________________________
 
"Theory is the foundation of music;
 
 Instruments are the tools to make it;
 
 Music is the doorway to someones soul"
 
-ShadeArt | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Stratadrake Elder Than Dirt
  
  Joined: 05 May 2004 Posts: 13724 Location: Moo
  | 
		
			
				 Posted: Wed Mar 17, 2010 9:49 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				Yes, once every 30 days sounds about right.  Hmm, should make that configurable.... _________________ Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
 
[size=9]Disclaimer: Posts may contain URLs.  Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size] | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |