How to set session.gc_maxlifetime properly?
No Answer is Posted For this Question
Be the First to Post Answer
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
Tell me how to retrieve a cookie value?
How do I run a php script in windows?
Does jwt protect against csrf?
What are the encryption techniques in php?
Is age interval or ordinal data?
Use of Session
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )
What is the purpose of $_ session?
Does browser understand php?
What is inheritance in php? How many types of inheritance supports php?
Write a query to to delete duplicate rows?