How do you know your Gmail account's actitivies like the date and time when you signin, access type (mobile, web and etc) and the IP addresses where you signin your Gmail mail account. Sometime you may have signed in at other PC (like cyber cafer, friends's house and etc) and may have forgotten to sign out. How can you ensure that all your Gmail mail account sessions has … [Read more...]
PHP: session_start() – No such file or directory error
Have you encountered the following PHP error (or something similar) before in your Windows Vista? Warning: session_start() [function.session-start]: open(C:\Users\YOURNAME\AppData\Local\Temp\php\session\sess_ficdel21e6lupsojqdk62ofts5, O_RDWR) failed: No such file or directory (2) in C:\webapp\folder\index.php on line 24 The solution to the above error is really simple. … [Read more...]