alerts
17th June 2014, 14:18
Hi All,

I have made customized session through "generate session" session. Then system made session containing two forms. Here session's performance is very good. Problem seen when i made all fields in single form and second form deleted. Now the problem is when i am finding a data using find data, it is taking too much time. Can anybody suggest what could be the problem.



Thanks & Regards,
Alerts

mark_h
17th June 2014, 15:21
You need to make sure as you moved the fields from one form to another that they are identical. Is this a display session? What you can do is regenerate the session - but do not remove form 2. Add each field to form 1 making sure it is identical to form 2. After each field you add run the session and use find to make sure it did not impact the session. If it is a multi-occurence session make sure each field is set accordingly. I have done this quite a few times without issue.

alerts
18th June 2014, 07:46
Thanks Mark, for your information my session is simple maintain session of form type 1. According to your suggestion, i transfered each field from form 2 to form 1 and complied each time and tested , atlast i deleted form 2. Now its working fine. Could you please suggest me the exact reason why it is behaving like that.


Thanks again

mark_h
18th June 2014, 16:05
The only thing I can figure is that the first time something got corrupted or moved wrong from form 2 to form 1. Causing the session to do something in the background to cause a performance hit. The only thing related to this I have seen is sometimes saving session defaults can cause sessions some problems or to even stop working.