[TEP-COMMIT] CVS: catalog/catalog/includes application_top.php,1.281,1.282

Harald Ponce de Leon <[email protected]>
Newsgroups gmane.comp.web.oscommerce.cvs
Message-ID <[email protected]>
Update of /cvsroot/tep/catalog/catalog/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv13393/catalog/includes

Modified Files:
	application_top.php 
Log Message:
correct the name of a registered session variable being checked


Index: application_top.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/application_top.php,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- application_top.php	17 Nov 2003 17:23:44 -0000	1.281
+++ application_top.php	17 Nov 2003 21:39:36 -0000	1.282
@@ -171,7 +171,7 @@
   if ( ($request_type == 'SSL') && (SESSION_CHECK_SSL_SESSION_ID == 'True') && (ENABLE_SSL == true) && ($osC_Session->is_started == true) ) {
     $ssl_session_id = getenv('SSL_SESSION_ID');
 
-    if ($osC_Session->exists('SSL_SESSION_ID') == false) {
+    if ($osC_Session->exists('SESSION_SSL_ID') == false) {
       $osC_Session->set('SESSION_SSL_ID', $ssl_session_id);
     }
 



-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.