Quantcast
Channel: BulletProof Security Forum » All Posts
Viewing all articles
Browse latest Browse all 12488

Reply To: Random General Questions

$
0
0

There is no htaccess code in any BPS htaccess files that does anything with session variables.  Doing the standard BPS troubleshooting steps does not require any knowledge or expertise.  You would just click things to turn things On or Off.

The BPS 403.php Security Logging template does do something with Session, but it is after the fact.  Example:  An error occurs and someone is redirected to the BPS 403.php Security Logging template.  The root problem is occurring at a deeper level and that would need to be fixed wherever that is occurring.  The end result of a particular problem may appear to be a Session problem due to the original problem redirecting to the logging template which starts a new Session and then destroys that Session.  The BPS 403.php Security Logging template is the end result of some other problem/error occurring somewhere else and ending up at the Security Logging template after that problem/error has occurred.

<?php session_cache_limiter('nocache'); ?>
<?php session_start(); ?>
<?php error_reporting(0); ?>
<?php session_destroy(); ?>
  • This reply was modified 3 days, 18 hours ago by Profile photo of AITpro Admin AITpro Admin.

Viewing all articles
Browse latest Browse all 12488

Trending Articles