[Notice] A session had already been started - ignoring session_start() (@line 143 in file /var/www/vhosts/cooperationturkey.com/httpdocs/framework/Web/THttpSession.php).
/var/www/vhosts/cooperationturkey.com/httpdocs/framework/Web/THttpSession.php (143)
0132: * Starts the session if it has not started yet.
0133: */
0134: public function open()
0135: {
0136: if(!$this->_started)
0137: {
0138: if($this->_customStorage)
0139: session_set_save_handler(array($this,'_open'),array($this,'_close'),array($this,'_read'),array($this,'_write'),array($this,'_destroy'),array($this,'_gc'));
0140: if($this->_cookie!==null)
0141: session_set_cookie_params($this->_cookie->getExpire(),$this->_cookie->getPath(),$this->_cookie->getDomain(),$this->_cookie->getSecure());
0142: if(ini_get('session.auto_start')!=='1')
0143: session_start();
0144: $this->_started=true;
0145: }
0146: }
0147:
0148: /**
0149: * Ends the current session and store session data.
0150: */
0151: public function close()
0152: {
0153: if($this->_started)
0154: {
0155: session_write_close();
#0 [internal function]: PradoBase::phpErrorHandler(8, 'A session had a...', '/var/www/vhosts...', 143, Array)
#1 /var/www/vhosts/cooperationturkey.com/httpdocs/framework/Web/THttpSession.php(143): session_start()
#2 /var/www/vhosts/cooperationturkey.com/httpdocs/framework/Security/TAuthManager.php(259): THttpSession->open()
#3 /var/www/vhosts/cooperationturkey.com/httpdocs/framework/Security/TAuthManager.php(148): TAuthManager->onAuthenticate(NULL)
#4 /var/www/vhosts/cooperationturkey.com/httpdocs/framework/TComponent.php(374): TAuthManager->doAuthentication(Object(TApplication), NULL)
#5 /var/www/vhosts/cooperationturkey.com/httpdocs/framework/TApplication.php(1002): TComponent->raiseEvent('OnAuthenticatio...', Object(TApplication), NULL)
#6 /var/www/vhosts/cooperationturkey.com/httpdocs/framework/TApplication.php(376): TApplication->onAuthentication()
#7 /var/www/vhosts/cooperationturkey.com/httpdocs/index.php(26): TApplication->run()
#8 {main}