<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: multiple session issue in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462805#M636424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Gu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very interested in the User Exit you were talking about. Can you give me some clue, for example the name of the User Exit or function module of enhancement framework?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 17:57:31 GMT</pubDate>
    <dc:creator>milton_zhu</dc:creator>
    <dc:date>2006-07-24T17:57:31Z</dc:date>
    <item>
      <title>multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaq-p/1462801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created SAP transaction ivews in my portal with SAP Logon tickets to connect r/3. End users are having tendency to open multiple browser window using Ctrl+N. This way they dont have to login many times and can have many portal window open. &lt;/P&gt;&lt;P&gt;The problem here is for each new window opned with Ctrl+n it opens a new session in R3. this way there are so many sessions are opened in R3. Is there any way we can prevent multiple sessions in R3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 15:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaq-p/1462801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T15:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462802#M636421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set a maximum session limit in the backend per logon as a system parameter. I couldn't find it right away, but I remember, that you can set it. The default is 9 "mode" per GUI logon. Your Sys Admin maybe remember better than me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 11:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462802#M636421</guid>
      <dc:creator>holger_stumm2</dc:creator>
      <dc:date>2006-07-13T11:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462803#M636422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siddharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a parameter called login/disable_multi_gui_login&lt;/P&gt;&lt;P&gt;which can be set to value of 1.  This will disable multiple gui logins completely.  However, if you just want to limit multiple gui logins, set the parameter rdisp/max_alt_modes.  You can adjust these parameters in the DEFAULT.PFL file or via transaction RZ10.  However, the R/3 system will have to be bounced for these changes to take affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps, please consider rewarding points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 18:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462803#M636422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T18:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462804#M636423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick.&lt;/P&gt;&lt;P&gt;I also meet with the same problem , situation.&lt;/P&gt;&lt;P&gt;We have tried with parameter &lt;/P&gt;&lt;P&gt;login/disable_multi_gui_login&lt;/P&gt;&lt;P&gt;but it does not work if login come from EP SSO.&lt;/P&gt;&lt;P&gt;When user open backend R/3 from EP SSO, it will not be considered as a new connection, so the parameter validation does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the documents. EP has some session management methism to control the too much sessions to backend system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in our project, our solution is that we develop a userexit in R/3. When user login in R/3 from EP for more than 1( the number can be changed as u want ) times, the R/3 will tell user that he can only connect to R/3 for one connection, he can go on ( terminiate the old one ) or quit current.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 06:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462804#M636423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T06:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462805#M636424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Gu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very interested in the User Exit you were talking about. Can you give me some clue, for example the name of the User Exit or function module of enhancement framework?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 17:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462805#M636424</guid>
      <dc:creator>milton_zhu</dc:creator>
      <dc:date>2006-07-24T17:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462806#M636425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The enhancement is SUSR0001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 08:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462806#M636425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T08:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462807#M636426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a customized project for this enhancement &lt;/P&gt;&lt;P&gt;Inside it, I do the validate check for user login sessions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 08:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462807#M636426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T08:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462808#M636427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jihanong Gu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to send me the outline of the verification procedure you have on your user exit ?&lt;/P&gt;&lt;P&gt;I do not know how I would handle the verification of sapgui coming from the Portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 12:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462808#M636427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T12:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462809#M636428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please send me logic to prevent multiple logon ?We tried something but it didnt work in user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 12:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462809#M636428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: multiple session issue</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462810#M636429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;to prevent multigui logon "disable/multi_gui_logon=1"&lt;/P&gt;&lt;P&gt;as for my knowledge edit that default parametere put ther 2 instead of 9&lt;/P&gt;&lt;P&gt;9 will come by default....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try once searching that parameter in the  rz11......&lt;/P&gt;&lt;P&gt;I will check it and let you know the parameter.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 12:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-session-issue/qaa-p/1462810#M636429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T12:49:03Z</dc:date>
    </item>
  </channel>
</rss>

