[geeklog-devtalk] geeklog-devel digest, Vol 1 #261 - 1 msg

steVe steve at 68k.org
Wed Jan 28 15:47:46 EST 2004


so spake geeklog-devel-request at lists.geeklog.net [2004.01.28 @ 12:06]:


> mysql> select count(*) from sessions where uid = 1;

> +----------+

> | count(*) |

> +----------+

> | 1 |

> +----------+

> 1 row in set (0.00 sec)

>


Seems to work fine for me. Perhaps for some reason your anonymous
sessions are getting overwritten?

This is from my 1.3.8sr2 site:

mysql> select uid from sessions where uid=1;
+-----+-------------+
| uid | md5_sess_id |
+-----+-------------+
| 1 | NULL |
| 1 | NULL |
| 1 | NULL |
+-----+-------------+
3 rows in set (0.00 sec)

mysql> select count(*) from sessions where uid=1;
+----------+
| count(*) |
+----------+
| 3 |
+----------+
1 row in set (0.01 sec)

who knows....

--
ste\/e
steve at 68k.org
localsteve.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : <http://eight.pairlist.net/pipermail/geeklog-devtalk/attachments/20040128/0b99cef4/attachment.pgp>


More information about the geeklog-devtalk mailing list