Session retriving while returning from other site

In My web application,
I am storing some data in session object, and i am forwarding it to some other site at the middle of application, and at the end, the page is redirected to my home site. At that time i lost all the data which i was stored initially.
How can i retrieve the data which i was stored initially?, Please solve my problem

Hi Vadim,
Here is the page code :
//if (document.all) document.oncontextmenu=rien ;
function rien(evt) {
return false;
function paramreturn() {
document.ebpdata.Submit.click();
      <!<form method="post" action="< %=ociBean.getHookURL()%>" name="ebpdata" < %= Session.getEnvironment(session).isStandardCatalogue() ? "" : "target="_top"" %> >>
      <form method="post" name="ebpdata" action="http://mgdevsrm01.corpo.intra:8000/SAP(cz1TSUQlM2FBTk9OJTNhbWdkZXZzcm0wMV9EUzFfMDAlM2FnUWZTb2R3R3lKUm1WMFFoQjNvOHNJQ0g0TzRYVzZUemVSdVBhNENnLUFUVA==)/BC/GUI/SAP/ITS/bbpsc02/?OKCode=ADDI&target=_top&ForceTarget=YES&caller=CTLG&client=100&language=FR&~HTTP_CONTENT_CHARSET=utf-8" target="_top">
        <input type="hidden" name="HU"      value="http://mgdevsrm01.corpo.intra:8000/SAP(cz1TSUQlM2FBTk9OJTNhbWdkZXZzcm0wMV9EUzFfMDAlM2FnUWZTb2R3R3lKUm1WMFFoQjNvOHNJQ0g0TzRYVzZUemVSdVBhNENnLUFUVA==)/BC/GUI/SAP/ITS/bbpsc02/?OKCode=ADDI&target=_top&ForceTarget=YES&caller=CTLG&client=100&language=FR&~HTTP_CONTENT_CHARSET=utf-8"/>
<input name="NEW_ITEM-LONGTEXT_:132[]" value="Adaptateur de cadre Mosaic - pour pose en bout de moulure DLPlusAdaptateur de cadre Mosaic - pour pose en bout de moulure DLPlus" type="hidden"/>
<input name="NEW_ITEM-LONGTEXT_:132[]" value="Adaptateur de cadre Mosaic - pour pose en bout de moulure DLPlusAdaptateur de cadre Mosaic - pour pose en bout de moulure DLPlus" type="hidden"/>
Kind regards,
Yann

Similar Messages

  • Fatal Error: Could not find Feature AnalyticsLinks in sharepoint 2010 while migration from 2007 site using stsadm command

    Fatal Error: Could not find Feature AnalyticsLinks in sharepoint 2010 while migration from 2007 site using stsadm command

    Hi ,
    Firstly, I need to verify the followings:
    Whether you created a feature called AnalyticsLinks and activatated it at SharePoint 2007 site.
    Whether you installed the feature at SharePoint 2010 site.
    Please deactivate the feature AnalyticsLinks, then migrate SharePoint 2007 site to SharePoint 2010, compare the result.
    Also , please check whether you have installed the feature AnalyticsLinks at your SharePoint 2010 site. If not, please install and activate it, compare the result.
    Here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/17b17bd3-126c-44d4-bd58-38dd613017a0/fatal-error-could-not-find-feature-reviewpublishingspd1055?forum=sharepointadminprevious
    http://mrin17.wordpress.com/2009/09/15/fatalerror-could-not-find-feature-s2siteadmin-while-importing-sites-from-different-server-at-sharepoint/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Purchasing music from other sites

    I have tried to purchase music from other sites such as Tesco Music. In all cases they all require Internet Explorer! Having just switched from a Windows bases pc to an iMac I do not wish to go backwards. How can I buy music from other than iTunes?

    If you are referring to Tesco's digital downloads, those are available only in copy-protected Windows Media format and cannot be played on a Mac. Other than the iTunes Store, only those download stores offering tracks in MP3 are Mac-compatible. I'm not sure if there are any available from the UK yet that are carrying major-label content.

  • How to show rss from other sites on my site?

    how to show rss from other sites on my site?
    i'd like to have a window on my site that shows rss from
    another site
    (their content in a window on my site)
    thanks
    lenny

    What version of DW do you have. The later versions have RSS
    script generators (I believe) for consuming feeds. Otherwise, you
    can use 3rd party sites to generate the code, or you can use a
    server side scripting language to consume the feeds.

  • I ask about i tunes 10.6.3 some one said google it ,good it  well i did that befor i ask there is no 10.6.3.on itunes. there is from other sites but not itunes i dont trust other sites is their a  safe place to get this from please i dont need bs

    I ask about itunes 10.6.3. a little bit ago some one said google it , well I did that befor I ask . there is no 10.6.3.from itunes yes it their from other sites but not. one I  know . if u no were to download please help thank u

    Windows or Mac version?
    BTW, your post is difficult to comprehend. If you want help from people, it's considerate if you use correct spelling and punctuation so that people can easily understand what you write.
    Regards.

  • HT1577 my itunes movie downloads are suddenly taking hours...movies from other sites quick

    Hi, I have been using itunes to buy / rent movies for 12 months, normal download times. NOT my server as download movies from other sites and they are quick. Average 700 MB will take about 10 minutes, now anything from itunes is taking 4 to 5 hours, for same MB movie ? Why?

    I hope Apple realizes this (I am sure they do) I just don't want Apple to be like Microsoft, and not deliver on their promises. One of the reason why I switched, was 1) because Apple chose to base their OS on a Unix based distro, and 2) They actually innovate, instead of saying they do.
    Apple just needs to open up that big data center they purchased, and get some real fast pipes to the net to make these downloads scream across the net. What is the status of that data center? The last news I have heard, is that they purchased it. Has anything been done with it yet?
    Best of luck to other folks who are downloading movies. Apple must fix the speed. People are really going to be ticked.
    Best Regards,
    Bruce

  • How to hold session while redirecting to other site in JSPs

    In my application,
    I need to redirect to othersite, and at the end i will come back to home site., At that time i want to use the data which is stored in session before redirecting.
    How is it possible???

    As long as you stay in your current browser window, you have a current session, and you don't invalidate your session it shouldn't matter which external site you visit as long as you return to your site before your session expires. Your session should still be good so long as it doesn't expire before returning or you don't invalidate it. I know this for a fact, because when I leave this forum to go view another external web site and then come back, I'm still greeted with "Welcome, javious".

  • JAAS requiring re-authentication when returning from external site.

    Our Struts web application uses another application for some of its functionality. When the authenticated user clicks on the link, a cookie is set with some user info and the user is redirected to the external site. The user interacts with the external site and then the site redirects the user back to our site (to a previously unvisited, secure action). Unfortunately, the user is being prompted to authenticate again, even though they have already done so. The strange part is that this behaviour only exists the first time a new browser is opened (both IE and Mozilla). Subsequent visits to the site (after properly logging out, and logging back in) do not cause this problem. The other strange part is that when the user returns to the site and is prompted to authenticate, the login module that we are using logs a message that it is checking the user info against the allowed roles, and the user does, in fact, already exist.

    Nevermind. This was a stupid mistake on my part. I was accessing the site from localhost but the external site was returning to the actual URL. My bad.

  • Downloading Apps from other sites help please.(sideloading apps)

    I have been trying to download Apps for my playbook from the Good E Readers site and have installed the DDPB installer but i am having problems with it.
    When i try to install the App from pc to playbook using the installer it gets as far as half way then a little box comes up saying Done and the App is then showing on my playbook.
    but when i click on the App on playbook a message comes up saying loading please wait but thats it.
    so why is it only getting as far as half way when downloading from pc to playbook?
    i have contacted them and they are not much help.
    is there any other sites that i can download more Apps?

    Another way that works with WiFi on Windows, Intel Macs and Linux.
    You install Chrome browser on your computer that you are using to download and sideload apps to Playbook.
    Then you add the extension 'Playbook App Manager' from Chrome's Spanner, then Settings, Extensions, then Get More Extensions (or Gallery if you have none yet)
    Download the required .bar file from Goodereader.com (Playbook Apps) to your PC downloads folder.
    Have both computer and Playbook connected by wifi to your router. (No usb cable!)
    Ensure File Sharing and wifi sharing are enabled in Playbook (Settings, Storage and Sharing)
    Put the Playbook in Development Mode (Settings, Security, Development Mode) and add a password, preferably your normal Playbook password.
    Look at the IP address of the playbook by tapping the Development Mode icon when you top corner swipe.
    It will begin 192.168. when using wifi.
    Go to Chrome in the computer and go Spanner, Settings, Extensions, then select “Options” in Playbook App Manager.
    Type the IP address you noted in Device Hostnames/IP
    Click Save
    Click on the IP address where it says ‘manage your devices’.
    Ignore the big red warning and click “Proceed Anyway”
    Enter your password you added in dev mode and click Log In.
    A list of all playbook apps will appear.
    Click on the Install button
    Go to the folder where you downloded the .bar file from goodereader.com and click on open.
    The app will be sideloaded.

  • How do I erase a "dropdown" suggestion where i sign in to hotmail? I don't want to disable this feature from other sites

    I accidentally typed a wrong email address one time, and now it shows up every time I go to sign in. I don't want it showing ever, but don't want to necessarily disable (erase) this ability on all other sites.

    Use these steps to remove saved (form) data from a drop-down list:
    #click the (empty) input field on the web page to open the drop-down list
    #highlight an entry in the drop-down list with the mouse or cursor Down key<br>do not click the mouse or press the Enter key
    #press the Delete key (on Mac: Shift+Delete) to delete the highlighted entry
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    You can inspect and manage saved user name and passwords in the Password Manager.
    *Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"

  • You tube is fine but Video from other sites will not play in any browser all of a sudden. I have latest version of firefox (16.something) flash and all plug in

    I cannot play videos from many sites. Everything was fine up until a few days aago. You tube works fine but others will not. I have firefox 16.something and latest versions of flash. All plug ins are there and enabled. Have read through many support threads and nothing is working. This happens on chrome and ie as well.

    You can check for problems caused by recent Flash updates and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    *https://support.mozilla.org/kb/flash-113-doesnt-load-video-firefox
    *https://support.mozilla.org/kb/flash-113-crashes

  • Can i caprure a streem coming from other site useing a java program

    i am haveing a situation that i have to capture the stream from another site.(site which provide some .mp3 songs with no down load option useing their custom player onley we can here songs)
    can i capture the streem programatically avae it to the hard disk.
    any body have the idea how to do this.
    thanks

    Careful... the Big Brother Err... the RIAA is watching! :) )

  • How to make a field default in mm01 while coping from other material

    hi all,
    i want to make a field default in mm01 ....mara-mstae -
    say value 'A', when
    i am coping from other material.
    normally a T.variant is working in the scenario when im creating a material
    but not when i am coping from other material.
    Any field exits would work on that .if so  how?
    thanks in advance,\
    sg

    i have to make the x-plant material status as 'BE' in mm01 basic view 1 ,when the material is created or copied from .<b>but it should be only default for the user might change it</b> 
    now when the material was created its workin---- coz a transaction variant has been created.
    but when im coping it from other material its picking the properties of the old material ( from which im coping) ..not the field value which i want to display as default.
    field exit only validates. can we give default value by it ,before saving a material??????
    thanks,
    sg

  • HT1391 How can I copy new songs from other sites back to my windows folders?

    I just bought an ipod and downloaded itunes on it and my lap-top, (where I use windows media player.) Today I bought some songs from another website on my computer, but I couldn't find them in the "my music" folders, I signed on to itunes and found them there. I checked, and my preferences for that site hadn't been changed; how can I copy those songs back into windows? Itunes copied my entire library from my computer...

    I'm replying to myself:
    I figured this out; just go to the itunes folder, open it, and then move the song, or album, into that artist's folder in "my music." I thought about doing this, then I read the cautions about renaming, or moving, tracks and hesitated. It worked just fine.

  • Auto login from other site

    Hi there,
    There are 2 websites with different database connections and login settings,
    which uses both the same database.
    One website is used (among other) to administer the other website, for
    example adding documents etc.
    The login on website2 is on the index.php page, from where the user is send
    to index2.php on a succesfull login.
    Since both sites use the same database, the userdata of website2 can be
    retrevieved as a recordset on a page in website1.
    Is it possible to autologin on website2 through a form in website1, and if
    yes, how can this be done with ADDT?
    Regards,
    Henk

    yes if u have have one user table or two tables which are 100% duplicate copy of each other at any time...
    then u can simply add restrict access server behaviors to all ur pages..
    when a user visits such a restricted page he is greeted with a login screen if heis not already logged in..
    after login he is thrown back to the source page..
    everything should happen transparently without any effort from ur side..
    u need to set up
    user access to web application use the user registration wizard..
    there are help/ tutorials floating around for the same.
    Hope this helps
    mohnkhan
    http://www.mohitech.com

Maybe you are looking for