I have several pages using a session and accessing a dababase using through OCILogon.
I understand you are suppose to use form method "get" to avoid this problem, but is here is my dilemma. Evertime I resize the window, the script, which is the page itself, runs again, which can be harmful, such as when I am creating new entries in the database. I will end up with more than 1 entry if the window is resized and refreshed (through the get method).
Please let me know if any of you have encountered such problem and your solution. Thanks.
Vanessa