DBA Data[Home] [Help]

SYS.OWA_COOKIE dependencies on HTP

Line 149: htp.print('Set-Cookie: '||l_name||'='||l_value||';'||

145: -- we need to set the nls date language to AMERICAN
146: -- since the cookie line needs to be in English.
147: -- If the NLS_LANGUAGE of the database is other than
148: -- English, the expires tag is not understood by the browser.
149: htp.print('Set-Cookie: '||l_name||'='||l_value||';'||
150: IFNOTNULL(expires_gmt, ' expires='||
151: rtrim(to_char(expires_gmt,'Dy',
152: 'NLS_DATE_LANGUAGE=American NLS_CALENDAR=Gregorian'))||
153: to_char