[PHP] Database sessions and file sessions

2004-04-01 Thread Chris
Is it possible for database sessions and file system sessions to co-exist on the same server? I have an application that HAS to have database sessions and another application that requires file system sessions. The database sessions is configured from the php.ini if that matters any. Chris

[PHP] Database sessions and file sessions

2003-09-08 Thread CDitty
Can database sessions and file system sessions co-exist on the same server. I have 2 applications that use sessions. One uses the standard php sessions and the other uses sessions that are stored in the database. Neither of these can be changed. Can anyone offer any advice on this? Chris

Re: [PHP] Database sessions and file sessions

2003-09-08 Thread Chris Shiflett
--- CDitty [EMAIL PROTECTED] wrote: Can database sessions and file system sessions co-exist on the same server. Sure, and it is trivial to do unless you are wanting to use the data from both sessions with the same application, though that is still possible. If you need to share data, you can