PHP session error:

HellsBells

New Member
I have a php web site. While browsing my site, sometimes home page displays a warning message see below \[quote\] Warning: session_start() [function.session-start]: open(/data/tmp/sess_cf04f579f3929206a5af1b25e0bb6fd0, O_RDWR) failed: File too large (27) in /htdocs/index.php on line 1\[/quote\]I don't know what is this?I have started the\[code\]<?session_start( );?>\[/code\]we have set only some values in Session( store 10 variables). Is it a problem . if it so what is the maximum number of session variables
 
Back
Top