Zen Cart Logo
Forums / All Other Contributions/Addons / reading database for active sessions

reading database for active sessions

Locked

Views: 1,307

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Apr 2007, 10:04 AM
#1
jameswilson avatar

jameswilson

New Zenner

Join Date:
Jul 2006
Posts:
69
Plugin Contributions:
0

reading database for active sessions

HI all, im in the process of developing a windows app to i/f with zen cart, reason being the staff at work find the web i/f over complicated for the bits they need to do, (print despatch notes, address labels, mark as shipped etc etc) and as i can do php i thought it write one in .net. I have the mysql links sorted, but i cant find where the temp carts are stored for keeping an eye on through traffic.

SO doeanyone know where this data is stored, is it deep in another table anywhere

Thanks

James

12 Apr 2007, 1:29 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: reading database for active sessions

I would suggest looking at the /admin/whos_online.php file to see how it retrieves the data about who is currently doing what online.

12 Apr 2007, 2:35 PM
#3
jameswilson avatar

jameswilson

New Zenner

Join Date:
Jul 2006
Posts:
69
Plugin Contributions:
0

Re: reading database for active sessions

DrByte:

I would suggest looking at the /admin/whos_online.php file to see how it retrieves the data about who is currently doing what online.

Thanks Dr Byte, i will, but my php is awful. Anyhow thanks (and ta for making the title more useful!)