<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Difference request.forward() and response.sendRedirect .</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 21 May 2013 17:36:43 -0400</pubDate>


    <item>

        <title>Forwarding Request Vs Re-Directing URL</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[<p>I am using redirect option to send the request from my application A&nbsp;to a totally different application B. Once I am getting response back from application B, I need to update my database. In this situation, I need to know how to get the...]]></description>
        

        <pubDate>Tue, 12 Jul 2011 07:09:19 -0400</pubDate>

        

        <jf:creationDate>Tue, 12 Jul 2011 07:09:19 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 12 Jul 2011 07:09:19 -0400</jf:modificationDate>
        <jf:date>Jul 12, 2011</jf:date>
        <jf:author>Nagkiran CN</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Thanks</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[<P>Thanks for info</P><P>_________________</P><P><a class="jive-link-external" href="http://forum.coffee4dummies.com/viewforum.php?f=4" target="_newWindow">Coffee Reviews</a></P>]]></description>
        

        <pubDate>Tue, 13 Apr 2010 10:09:32 -0400</pubDate>

        

        <jf:creationDate>Tue, 13 Apr 2010 10:09:32 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 13 Apr 2010 10:09:32 -0400</jf:modificationDate>
        <jf:date>Apr 13, 2010</jf:date>
        <jf:author>cristian primavara</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[See this <a href="http://www.jsptube.com/examples/response-sendredirect-servlet.html">servlet redirect example</a> It explains what is the difference between redirect and forward]]></description>
        

        <pubDate>Fri, 09 Apr 2010 05:41:32 -0400</pubDate>

        

        <jf:creationDate>Fri, 09 Apr 2010 05:41:32 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 09 Apr 2010 05:41:32 -0400</jf:modificationDate>
        <jf:date>Apr 9, 2010</jf:date>
        <jf:author>Duce Bigelow</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[<blockquote>nope, theres no chance of session being lost. no way</blockquote>...]]></description>
        

        <pubDate>Fri, 06 Feb 2009 01:06:19 -0500</pubDate>

        

        <jf:creationDate>Fri, 06 Feb 2009 01:06:19 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 06 Feb 2009 01:06:19 -0500</jf:modificationDate>
        <jf:date>Feb 6, 2009</jf:date>
        <jf:author>daringtakers</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Forwarding Request Vs Re-Directing URL</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[Request Forwarding: Both request parameter and session is saved...]]></description>
        

        <pubDate>Thu, 31 Jan 2008 13:01:54 -0500</pubDate>

        

        <jf:creationDate>Thu, 31 Jan 2008 13:01:54 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 31 Jan 2008 13:01:54 -0500</jf:modificationDate>
        <jf:date>Jan 31, 2008</jf:date>
        <jf:author>jay patel</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>difference between forward and sendRedirect</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[when you invoke a forward request, the request is sent to the another resource on the server, without the client being informed that the another resource is going to process the request. this process occurs completely within the web-container. when a...]]></description>
        

        <pubDate>Tue, 19 Jun 2007 00:29:05 -0400</pubDate>

        

        <jf:creationDate>Tue, 19 Jun 2007 00:29:05 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 19 Jun 2007 00:29:05 -0400</jf:modificationDate>
        <jf:date>Jun 19, 2007</jf:date>
        <jf:author>jagjeet singh</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>I also am losing the session  after response.sendRedirect</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[this appears to only happen on windows 2000, when my code runs a response.sendRedirect(url) it crashes because immediatly after I log the the session id has changed and the session variables are gone.  has anyone figured this out yet?]]></description>
        

        <pubDate>Mon, 03 Jul 2006 15:41:12 -0400</pubDate>

        

        <jf:creationDate>Mon, 03 Jul 2006 15:41:12 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 03 Jul 2006 15:41:12 -0400</jf:modificationDate>
        <jf:date>Jul 3, 2006</jf:date>
        <jf:author>Brett Kurth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>session gets expired when we use response.sendRedirect</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[Hi,<br><br>&nbsp;&nbsp;I'm also facing the same problem.In my case,the request from the webserver present in India is redirected to teh EMS server present in USA.For that I'm using response.sendRediect().But the session gets expired.I tried using...]]></description>
        

        <pubDate>Sun, 19 Feb 2006 08:52:40 -0500</pubDate>

        

        <jf:creationDate>Sun, 19 Feb 2006 08:52:40 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 19 Feb 2006 08:52:40 -0500</jf:modificationDate>
        <jf:date>Feb 19, 2006</jf:date>
        <jf:author>Priya Rengarajan</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[No, not all. Session object live as the browser not colsed, session timed expire,session invalidte]]></description>
        

        <pubDate>Fri, 03 Feb 2006 18:44:57 -0500</pubDate>

        

        <jf:creationDate>Fri, 03 Feb 2006 18:44:57 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 03 Feb 2006 18:44:57 -0500</jf:modificationDate>
        <jf:date>Feb 3, 2006</jf:date>
        <jf:author>mahender parvathoju</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[forgot to mention, i'm using response.sendredirect(Task.jsp?.......)
<br>while redirecting it.
<br>
<br>thx.
<br>C.Praful]]></description>
        

        <pubDate>Fri, 06 Feb 2004 11:41:18 -0500</pubDate>

        

        <jf:creationDate>Fri, 06 Feb 2004 11:41:18 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 06 Feb 2004 11:41:18 -0500</jf:modificationDate>
        <jf:date>Feb 6, 2004</jf:date>
        <jf:author>praful c</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[HI, i tried searching the archives, for the answer on session loss....]]></description>
        

        <pubDate>Fri, 06 Feb 2004 11:38:40 -0500</pubDate>

        

        <jf:creationDate>Fri, 06 Feb 2004 11:38:40 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 06 Feb 2004 11:38:40 -0500</jf:modificationDate>
        <jf:date>Feb 6, 2004</jf:date>
        <jf:author>praful c</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[nope, theres no chance of session being lost. no way]]></description>
        

        <pubDate>Sat, 26 Aug 2000 08:56:56 -0400</pubDate>

        

        <jf:creationDate>Sat, 26 Aug 2000 08:56:56 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 26 Aug 2000 08:56:56 -0400</jf:modificationDate>
        <jf:date>Aug 26, 2000</jf:date>
        <jf:author>Kapil Israni</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[I think the main difference is in response.sendRedirect() you need to give absolute path of the url and  also request and response objects will be passed automatically to the new page. But in the case of forward method, you need to explicitly send the...]]></description>
        

        <pubDate>Fri, 25 Aug 2000 14:57:53 -0400</pubDate>

        

        <jf:creationDate>Fri, 25 Aug 2000 14:57:53 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 25 Aug 2000 14:57:53 -0400</jf:modificationDate>
        <jf:date>Aug 25, 2000</jf:date>
        <jf:author>Suryanarayana Murthy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[This question has been answered already,check the archives.
<br>
<br>&nbsp;regards
<br>&nbsp;mani]]></description>
        

        <pubDate>Thu, 24 Aug 2000 14:44:48 -0400</pubDate>

        

        <jf:creationDate>Thu, 24 Aug 2000 14:44:48 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 24 Aug 2000 14:44:48 -0400</jf:modificationDate>
        <jf:date>Aug 24, 2000</jf:date>
        <jf:author>manikandan chandrasekaran</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Difference request.forward() and response.sendRedirect .</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=742</link>

        

        
            <description><![CDATA[Thanks Kapil,...]]></description>
        

        <pubDate>Thu, 24 Aug 2000 13:43:22 -0400</pubDate>

        

        <jf:creationDate>Thu, 24 Aug 2000 13:43:22 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 24 Aug 2000 13:43:22 -0400</jf:modificationDate>
        <jf:date>Aug 24, 2000</jf:date>
        <jf:author>Kamesh Kiran Mantha Sarvepalli</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

