want to access same page using different user at a same time
-
Hi, I want to access same page same time from different users. Is it possible using Session. Also I don't want to use database once i create users.(I dont want to use flag if someone is login etc.) Also if I want to restrict user not to access page same time. what can i do for this also. Thanks sjs
-
Hi, I want to access same page same time from different users. Is it possible using Session. Also I don't want to use database once i create users.(I dont want to use flag if someone is login etc.) Also if I want to restrict user not to access page same time. what can i do for this also. Thanks sjs
This mostly depends on your browser. Some browsers will start completely separate instances which know nothing about each other, others will share their session freely. (I haven't seen any modern browsers which do not share their credential data). Can't you login twice?