X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Making it so they don't have to re-login everytime (https://forum.x-cart.com/showthread.php?t=2752)

imexhouse 04-28-2008 07:05 AM

Re: Making it so they don't have to re-login everytime
 
I've compared the init.php from 4.1.8 to config.php from 4.0.19, and most of init.php is incorporated into the 4.0.x. config.php
There's a line in 4.0.19 auth.php:

include_once $xcart_dir."/config.php";

I'll try to plug your code around that line and see what happens.

virtual@croatia 04-28-2008 07:32 AM

Re: Making it so they don't have to re-login everytime
 
Quote:

Originally Posted by imexhouse
I've compared the init.php from 4.1.8 to config.php from 4.0.19, and most of init.php is incorporated into the 4.0.x. config.php
There's a line in 4.0.19 auth.php:

include_once $xcart_dir."/config.php";

I'll try to plug your code around that line and see what happens.


I've opened a new thread with a new version of the code. Could you please post results to there?

Best regards,
virtual@croatia

imexhouse 04-28-2008 07:55 AM

Re: Making it so they don't have to re-login everytime
 
OK
I'll ask my questions at the new thread...


All times are GMT -8. The time now is 05:44 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.