Hi All,
when I am submitting WebADI's one after another ,same sessionID is being generated.
SELECT to_char(userenv(
'SESSIONID'))
INTO v_sessionid
FROM DUAL;
i.e , The above query is used in the wrapper program of ADI to generate sessionID. For different submission of ADI's, same sessionID got generated. How it happened ?
As per my knowledge after one submission of ADI, the current session should be closed.For next submission new sessionID should be generated.
Can anyone help me to understand what is happening here.What needs to be done to avoid this as I need to get unique session for different submission of ADI's.
Thanks in advance.
Regards,
Sukanya