austine_power007 Posted November 23, 2006 Share Posted November 23, 2006 [size=10pt]I am new about sessions ...so i want to know where this sessions goes and where it save the data? is it in the temp files in the PC ? how can i check that my session in my pages works and save that data in my PC? because when a user logged successfully then it save the user name into the cash and later when the user goes into his profile then it retrieve that data from cash and then use that data to query into tables.[/size] Link to comment https://forums.phpfreaks.com/topic/28196-retrive-from-cash-and-query/ Share on other sites More sharing options...
btherl Posted November 23, 2006 Share Posted November 23, 2006 [code=php:0]echo session_save_path()[/code] will give you the path. Link to comment https://forums.phpfreaks.com/topic/28196-retrive-from-cash-and-query/#findComment-128957 Share on other sites More sharing options...
austine_power007 Posted November 23, 2006 Author Share Posted November 23, 2006 [quote author=btherl link=topic=116001.msg472444#msg472444 date=1164256562][code=php:0]echo session_save_path()[/code] will give you the path.[/quote]Thanx a lot but how can i view those data ?? Link to comment https://forums.phpfreaks.com/topic/28196-retrive-from-cash-and-query/#findComment-128972 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.