JustinK101 Posted April 30, 2008 Share Posted April 30, 2008 Is there a way to change php session management from the built in way of file based sessions, to storing sessions in a central database? I still want to be able to use the built in php session functions though. Thanks. Link to comment https://forums.phpfreaks.com/topic/103513-central-session-storage-in-database/ Share on other sites More sharing options...
priti Posted April 30, 2008 Share Posted April 30, 2008 you can always store session data in database i mean in PHP you can handle session in db also. hope i am getting you right. Link to comment https://forums.phpfreaks.com/topic/103513-central-session-storage-in-database/#findComment-530017 Share on other sites More sharing options...
Fadion Posted April 30, 2008 Share Posted April 30, 2008 This tutorial seems to be very detailed for exactly what ure aiming. Link to comment https://forums.phpfreaks.com/topic/103513-central-session-storage-in-database/#findComment-530028 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.