in reply to Re: what is the best session module to use?
in thread what is the best session module to use?

table only has 3 fields:

t which is the timestamp field,
id which is the primary key so already part of the index
and a_session which is a text field so cannot add an index, I did just add a 'fulltext' index so we'll see if that helps. Anyhow, if you or anyone else knows of a better session control system please let me know what you recommend.

thanks,
Richard

  • Comment on Re^2: what is the best session module to use?