Answers
Mar 04, 2010 - 01:47 PM
Mar 07, 2010 - 04:51 AM
Thank you for the response.
But I wanted to know how to open many records at the same time in one browser(ie.same user).
For example, the user wants to open project 1001 and project 1008 at the same time in different tabs/windows and should be able to edit/access them.
Normally in web applications when you open another record the previous window changes to the current record.
I'm not sure if I'm asking the question correctly. Please forgive me for the long winded approach.
Can you please let me me how to implement this....
Many thanks.
Sab
Mar 07, 2010 - 11:20 PM
The only problem comes when you open the record with same ID in two windows, where the 2nd update overwrite the first update. (However you don't need to handle this as the user is aware that he has opened the same record in different windows.
Since the same user can open record in multiple windows, you may implement sessions using php, so you can detect that the same user is submitting records.
See this article to get a simple idea on handling sessions. http://www.expertcore.org/viewtopic.p...
Mar 08, 2010 - 02:57 AM
Thank you very much for your reply.
I hope this is the way forward. I can see some light end of the tunnel!
I hope I can assign the unique project numbers to Session ID. I will start implementing this in few weeks.
You've really been helpful. I appreciate it.
Many regards,
Sab
Dec 28, 2010 - 12:25 AM
Add New Comment