chaitanyaSingh Posted April 2, 2016 Share Posted April 2, 2016 I am looking for some reference materials besides w3school and such which dwells into more better understanding of concepts like if I logout and session is destroyed and still by copy pasting the link into new window is allowing the website to be opened. So if anybody aware of any books , material and such kindly share. Quote Link to comment https://forums.phpfreaks.com/topic/301140-php-professional-practices/ Share on other sites More sharing options...
kicken Posted April 2, 2016 Share Posted April 2, 2016 PHP The Right Way is a good start. There is a lot of good information there. Quote Link to comment https://forums.phpfreaks.com/topic/301140-php-professional-practices/#findComment-1532728 Share on other sites More sharing options...
chaitanyaSingh Posted April 2, 2016 Author Share Posted April 2, 2016 PHP The Right Way is a good start. There is a lot of good information there. Thanks , any other sites? Quote Link to comment https://forums.phpfreaks.com/topic/301140-php-professional-practices/#findComment-1532729 Share on other sites More sharing options...
mac_gyver Posted April 2, 2016 Share Posted April 2, 2016 still by copy pasting the link into new window is allowing the website to be opened your code, on each page of a website, must check if the current visitor is logged in and what if any permissions they have for the duration of the request for that page. Quote Link to comment https://forums.phpfreaks.com/topic/301140-php-professional-practices/#findComment-1532731 Share on other sites More sharing options...
chaitanyaSingh Posted April 2, 2016 Author Share Posted April 2, 2016 your code, on each page of a website, must check if the current visitor is logged in and what if any permissions they have for the duration of the request for that page. Thanks I will try and see the results Quote Link to comment https://forums.phpfreaks.com/topic/301140-php-professional-practices/#findComment-1532732 Share on other sites More sharing options...
Jacques1 Posted April 2, 2016 Share Posted April 2, 2016 When you have a concrete problem with sessions, ask a concrete question and show your code. There is no magical PHP tutorial or book which could solve all of your problems at once. Quote Link to comment https://forums.phpfreaks.com/topic/301140-php-professional-practices/#findComment-1532740 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.