skip to Main Content

Asp.net 3.5 forms authentication timeout – Plesk

I have this codes in <authentication mode="Forms"> <forms loginUrl="/Login" timeout="180" name="__Auth" slidingExpiration="true" /> </authentication> And Plesk panel Session settings are as below : Authentication mode : Forms Sesion Timeout(minutes) : 180 And this settings automatically adding a line to web.config…

VIEW QUESTION

php session cookie not stored – Oscommerce

I have this php script in my header.php file, sending HTTP headers to a python script, and setting a GUID as a session cookie: <?php ob_start(); function guid(){ if (function_exists('com_create_guid')){ return com_create_guid(); }else{ mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up. $charid…

VIEW QUESTION
Back To Top
Search