TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bargavi kalla
1.7k
6
1.5k
How to kill http session after action completes in OAF
May 2 2018 4:31 AM
I am calling one activity for csv download in IE9 utilizing OAF system.
Subsequent to handling gets finished, program is demonstrating the csv to Save or Download.
Yet, the issue is my program gets hanged with handling mouse sign, for which I need to press F5 to slaughter the session. https://goo.gl/DeoSsF
At that point program is enabling me to Open/Download the CSV document.
The prob is ,I am ready to close the session at program level as I have been utilizing OAF and no javascripts codes are being utilized as a part of my code.
HttpServletResponse response = (HttpServletResponse)pageContext.getRenderingContext().getServletResponse();
response.setContentType(
"text/csv"
);
response.setHeader(
"Content-Disposition"
,
"attachment; filename="
+ file_name +
".csv"
);
ServletOutputStream pw =
null
;
Reply
Answers (
0
)
SSIS -Internal .Net Framework Data Provider error 30.
oracle training