Avoiding ZeroPage items on login page

Hello,
How can I avoid ZeroPage items being displayed on the login page.
My ZeroPage has a navigation menu which shows up in the application login page.
Apex version 4.0
Thanks.

Dave Will
A totally different way to go about it is taking use of the different templates for the login page and the standard pages.
Region set to templates that are not in the page template are not rendered.
Check which region position substitution strings (#REGION_POSITION_05#) are used by your default page template and not in your login page template.
Set the regions on your global page to use the region positions that are not in login page template.
A benefit off this approach is that the region positions not used in the template are not evaluated to render. Meaning those condition aren't checked saving rendering time.
Depending or your theme and the position you need for your global regions you may have to shuffle the region position around in your templates.
Nicolette

Similar Messages

  • To avoid displaying "Page has expired" dialog for Login page

    Hi,
    In my application, if the session get timed out, its displaying "page has expired" dialog for login page also. I dont want to display "Page has Expired" dialog for Login page. I am using Jdev11.1.2.1. Please help....

    This will help.
    How to disable "Page Expired " dialog

  • How to avoid login page in List Tree

    Hi group,
    I am new to APEX and I have added a tree list to my application.
    The problem is when I click into the link of the tree list, it always redirects me to the login page.
    Is any setting that I am missing?
    This tree list was created into the page "0".
    Thanks in advance.
    Kind regards,
    Francisco

    Hi
    jyothi
    thanks for the response
    i was following yours thread of Tree the same problem is thr in my tree its also nt retaining the current possition after collapsing it and this is my code can you please help me in this and i have try your javascript also but were to put it i m not getting the solution was gien to u by andyand vee, please please help me
    this my code
    select
      case
        when connect_by_isleaf = 1 then
          0
        when level = 1 then
          1
        else
          -1
      end as status,
      level,
      case
        when PAGE_NUMBER is null then
          MENU_ITEM_NAME
        else
          MENU_ITEM_NAME || ' (' || PAGE_NUMBER || ')'
      end as title,
      null as icon,
      MENU_ITEM_ID as value,
      null as tooltip,
      case
        when PAGE_NUMBER IS NULL then
          NULL
        else
         'f?p=&APP_ID.:' || PAGE_NUMBER || ':&APP_SESSION.'
      end as link
    from   #OWNER#.D_MENU_ITEM
    start with IS_ROOT = 'Y'
    connect by prior MENU_ITEM_ID = PARENT_ITEM_ID
    order siblings by SEQUENCE_NUMBEREdited by: shadab550 on Mar 15, 2012 10:09 AM

  • Integrated ITS on SRM:Login Page Problem

    Hello All,
       I am working on SRM 4.0 with Internal ITS.I have done all the required settings for Internal ITS.I am able to get the login page but when I enter the user Id and password of my SRM system,It shows the erroe that "Incorrect SSO configuration on this server ".
       I have checked the transaction RZ11 on SRM Server for the parameter login/accept_sso2_ticket.It is set to value 0.
       Can anyone tell me what extra settings are to be done for the Integrated ITS?Please help.
    Thanks & Regards,
    Deepti.

    Hi Raja,
       I have changed the default language in the system settings for the service BBPSTART as English.Also I have made the following changes for the same service :-
    1>Changed the Logon procedure to "Alternative Logon procedure " and in that I have removed "SSO Authentication".
    2>In system Logon Configuration,I have changed the default client and language.
    3>In service data,I have changed the Basic authentication from Standard r/3 User to "Internet User".
      After doing the above changes,I have republished the service.
      Now i am getting the Login Page(in language English) but with the message "SSO cannot be used for logon To continue, choose "Logon". A dialog box appears, where you can enter your user and password. This server does not support HTTPS! It is therefore potentially unsafe to send your password ".
      After that when I enter the ID and Pwd,I get the same Login screen(USER,PWD,CLIENT,LANGUAGE AND ACCESIBILITY Labels) but this time below there is the message "Inocrrect SSO configuration on this server".
      Please tell me the exact changes so that I can login to the homepage.
      Also to avoid the Login page,I have tried entering the Login  Details in anynomous Logon data,but then I directly get the Homepage with the Menu on the Left hand Side and when I click on any of the items,I get the screen with the following text:-
    SSO is not active in system
    To continue, choose "Logon". A dialog box appears, where you can enter your user and password.
    This server does not support HTTPS! It is therefore potentially unsafe to send your password
    Copyright 2002-2004 SAP AG All Rights Reserved 
      I am not able to understand why the system is prompting me for the SSO settings when I have set the parameters(LOGON_ACCEPT_SSO2_TICKET AND LOGON)_CREATE_SSO2_TICKET to 0).
    Please help.
    regards,
    Deepti.

  • Issue with adding a new value to the Default Login Page

    Hopefully this is an easy one guys, I've added a select list item to the standard login page (P101) to allow the user to select a DOMAIN as well as entering their username and password.
    When the next page is displayed and I try to retrieve the value held in the new field it has been cleared, but the values entered into items
    P101_USERNAME and P101_PASSWORD are still present.
    I can't figure out why the values held in items P101_USERNAME and P101_PASSWORD are still present but P101_DOMAIN has been cleared.
    I've tried creating a value on page zero and writing the domain value to it using pl/sql and javascript but as soon as the next page is requested the value is cleared.
    Any Ideas how to get around this????
    Thanks in advance

    I suppose your login page contains a process like this:
    BEGIN
       wwv_flow_custom_auth_std.login (p_uname           => v ('P101_USERNAME'),
                                       p_password        => :p101_password,
                                       p_session_id      => v ('APP_SESSION'),
                                       p_flow_page       => :app_id || ':1'
       :t_random_number := :p101_random_number; /* this is something I added to my code */
    END;Now, if you go to this page:
    http://apex.oracle.com/pls/otn/f?p=31517:1
    please note the random number assigned to you. Once you login, the same number will appear on the page 1 (near to the top).
    So, that is how you could solve your problem.
       :t_random_numberis an application item.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Login error in the login page ...

    Hi all,
    I have a few applications in my work space but one of the application I can not run, when try to run getting this error message -
    ORA-06550: line 1, column 10: PLS-00201: identifier 'RATIS_USER.IS_ADMIN' must be declared ORA-06550: line 1, >column 7: PL/SQL: Statement ignoredIn the debug section, it shows the following -
    0.02:0.02: S H O W: application="37206" page="101" workspace="" request="" session="3410044959524885"
    0.03: alter session set nls_language="ENGLISH"
    0.03: alter session set nls_territory="UNITED KINGDOM"
    0.03: NLS: CSV charset=WE8MSWIN1252
    0.03: ...NLS: Set Decimal separator="."
    0.03: ...NLS: Set NLS Group separator=","
    0.03: ...NLS: Set date format="DD-MON-RR"
    0.03: ...Setting session time_zone to -05:00
    0.03: NLS: Language=en-gb
    0.03: Application 37206, Authentication: CUSTOM2, Page Template: 5425767280642058915
    0.03: ...Session ID 3410044959524885 can be used
    0.03: ...New Instance Detected - :4500:4350:4000:50843
    0.03: ...Application session: 3410044959524885, user=TAJUDDIN335
    0.03: ...Determine if user "TAJUDDIN335" workspace "2617034107818392993" can develop application "37206" in workspace "2617034107818392993"
    0.03: Session: Fetch session header information
    0.03: ...Metadata: Fetch page attributes for application 37206, page 101
    0.03: Fetch session state from database
    0.03: Branch point: BEFORE_HEADER
    0.03: Authorization Check: "5474429220436784237" User: "TAJUDDIN335" Component: "APPLICATION"
    0.03: Fetch application meta data
    0.04: Computation point: ON_NEW_INSTANCE
    0.04: ...Perform computation of item: F102_APP, type=STATIC_ASSIGNMENT
    0.04: ...Performing static computation
    0.04: ...Session State: Save "F102_APP" - saving same value: "RATIS - Recreation And Tourism Information System "
    0.04: ...New Session = True
    0.04: Processing point: AFTER_AUTHENTICATION
    0.04: ...Process "set_is_admin": PLSQL (AFTER_AUTHENTICATION) IF ratis_user.is_admin(:APP_USER) THEN :F102_IS_ADMIN := 'TRUE'; ELSE :F102_IS_ADMIN := 'FALSE'; END IF;
    0.04: Encountered unhandled exception in process type PLSQL
    0.04: Show ERROR page...
    0.04: Performing rollback...
    0.05: Processing point: AFTER_ERROR_HEADER
    >
    I could not find anything in the login page 101, I had one custom_authentication package which I have removed but still the same error. Any ideas ....!!!
    Thanks in advance,
    Tajuddin

    Looks like you have an on-new instance application process that calls a non-existent function "ratis_user.is_admin".
    Scott

  • When I get to the login page on my macbook, I type in my password and it starts to load, but then the screen turns blue and it goes back to the login. What should I do?

    I was having some problems with my mac, safari and itunes was freezing alot. I have to force shutdown and when I tried to start up again i get to the login page, type in my password and it starts to load, but then the screen turns blue for a few seconds and it goes back to the log in screen. What should I do?
    Please Help!!

    Somewhat similar problem:
    Put in the password, hit enter, the screen goes blue for half a second, then goes back to login screen and carries on logging in as usual.  Drives me mad.  It doesn't happen with a fresh Lion installation, nor if booted into safe mode.  On the machine in question it also happens to new user accounts.
    I've removed all login items, including Startup Items and Launch Demons (pun intended) and Agents, I've compared system login plists with a fresh Lion installation - can't see differences.  I've removed Little Snitch and PeerGuardian (no more third party kexts).
    @Carolyn: I've done disk maintenance with DiskUtility and fsck and even DiskWarrior, cleaned caches, etc. etc.
    Any ideas would be gratefully received.
    Sorry for trying to hijack the thread (as it's not about Lion), but it seemed dead anyway.

  • Hide login page on Home hub 3.0B

    I run a very small business from home and take card payments using an online application.
    I use a Home hub 3.0B
    Unfortunately my service provider’s security scan detects “that the following webpage  uses  basic authentication over an unencrypted channel  /:/ realm = HuaweiHomeGateWay “
    So if you look from outside you can get to the login page which is not protected by SSL which puts me in breach of my card processor’s security requirements.
    This also resolves to port 8080.
    I can’t see how to hide the log in page from the world or how to block port 8080?
    Hoping someone can help? I would like to avoid the hassle of buying and setting up another router.
    Thanks in advance.
    Solved!
    Go to Solution.

    Welcome to the BT Residential Customers forum
    If you are a business user, please could you post on the BT Business forum at http://business.forums.bt.com/
    Thanks
    Note:- BT do not allow you to use a residential account for commercial use, as its against the T&Cs.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Need help on customizing a login page in APEX 3.0

    I am new to APEX 3.0 and I am trying to add another field to the standard login page. Basically, I would like to keep the username password field and add a PIN number and/or challenge question to the login 101 page. The user would enter a PIN # and/or response to a challenge question in addition to the username password and have it all processed to allow a login. In addition, if the user enters the correct PIN# and/or Challenge, I want to execute this code " EXECUTE IMMEDIATE DBMS_SESSION.SET_IDENTIFIER (':p101_client_id'). P_101_client_id being the item name I 've added to the login 101 page which should be initialized to the value entered as the PIN# Can anyone help me? Thanks!

    Thanks for your response. I have an FGAC policy defined on a particular table to allow/disallow access to the table data. The policy in place is similar to this function:
    BEGIN
    IF (SYS_CONTEXT('USERENV','OS_USER')='ODS-SV1\George Jucan' AND
    -- SYS_CONTEXT('USERENV','IP_ADDRESS')='192.168.0.2' AND
    SYS_CONTEXT('USERENV','SESSION_USER')='APPSVR' AND
    SYS_CONTEXT('USERENV','TERMINAL')='ODS-SV1')
    OR
    (SYS_CONTEXT('USERENV','SESSION_USER') = 'SHIP2004' AND
    SYS_CONTEXT('USERENV','CLIENT_IDENTIFIER')='Administrator')
    THEN
         cond := ' CARD_NO IS NOT NULL';
    ELSE
         cond := ' CARD_NO IS NULL';
    END IF;
    RETURN (cond);
    END sec_predicate ;
    With this in place, I can not see the data I need for a report I have created. Which is expected behavior. What I want to do is upon logon to my APEX application add a third box i.e. PIN#, in addition to the standard username password and have this pin number processed as the SYS_CONTEXT('USERENV','CLIENT_IDENTIFIER')='Administrator') ('Administrator' being the correct "PIN"). If I go through SQL Plus and I have the correct login information mentioned in the above function, I can issue the dbms_session procedure initialized to 'Administrator' and gain access to the data. I do not want every database session to have acces to this data only the person(s) that meet the FGAC predicate. If not then you can not view this data. Other data can be visible. I am not sure how to implement this so my APEX interface can make use of my FGAC policy. Can you have a restriction on a particular page and/or page item that requests a "PIN" before you are allowed to view the page and/or item? I hope this provides more detail.

  • Session/cookie in an app without login page

    Hi,
    I know there are several threads about setting a cookie, checking session etc. But none seem to address my issue. Here's my problem:
    - I don't have a login page in my apex app. My user logs in from an external program and his userid is captured in the HTTP header variable 'remote_user'.
    - I added some PL/SQL code in the 'page sentry function' to check if this user is in the database(basically check if he is in one of the tables) and if he is not, show him the page without the create/edit/delete buttons. If he is in our database, show the same pages with all types of buttons.
    - Putting this code in page sentry function seems to work, but I am unable to logout since there is no cookie set! If I try to set a cookie in the page sentry function, it is breaking at the redirect line. Also, I don't think page sentry is the right place to set a cookie since it executes at every page.
    - Putting the above code in any other block (session verify function, pre-authentication, authentication, post-authentication etc) does not even execute. I put a simple 'insert' query to see if it executes, but it does not!
    Given this, what is the best way and place to set/check cookie in my app? I tried to enhance Scott's session timeout utility, but my app does not have a login function as I explained above, so I am unable to do that. Any help is appreciated!
    Thanks.
    Shuba

    I tried to do that. If you read my very first post in this thread, specifically "If I try to set a cookie in the page sentry function, it is breaking at the redirect line. Also, I don't think page sentry is the right place to set a cookie since it executes at every page.", I tried to set a cookie but it is throwing an error at the page.
    I think all these complication is because I dont have a login page and I am using a HTTP header variable to validate the user. Given that, where should I set the cookie?
    I also tried to do this:
    - create an appliaction item called 'testuser'
    - create an application computation to run 'before header' which sets the value of this to my HTTP header variable.
    - When I retrieve the app item 'testuser' from a page, it is getting the correct value. But when I use this in the authentication scheme, it is returning null. Any idea why??
    I know I am throwing a lot of questions. That is because I am trying a lot of approaches and each of them is posing a new set of challenges. I am actually looking for alternative ways to do what I am looking to do.
    Thanks.
    Shuba

  • Focus on first item on the page

    Allthough I have this setting activated for my login page and my first item is user name, the focus is set to password. Is there anything I forgot? Funny enough, on one of my other applications works right.
    Denes Kubicek

         What is the difference between these ways:
    onLoad="html_GetElement('P101_USERNAME').focus();"
    And
    <script type="text/javascript">
    first_field('P101_USERNAME');
    </script>
         For some reason, I was able to set the focus by using the second method, but never success on first. Could you or someone to help me undsertand what the
    possible reason is. What I did is : set Cursor focus to <b>do not focus cursor</b> and put onLoad="html_GetElement('P101_USERNAME').focus();" into Page HTML Body Attribute.
    I am also check the #ONLOAD# on my page template .
        Another question is: I have an item on a page which is a text field. It's focused every time page is loaded. but I put a "onChange" event on this item which calls a
    confirm message box. If "Yes", then submit the page, If "No", clear the item and set the focus on the item again. I am having trouble to have the cusor re-focus on
    the item again. Anyone could help. Thanks in advance for the help. Here is the code I put at page attribute;
    <script language="JavaScript1.1" type="text/javascript">
    function test(form){
       var conmod = confirm("Are you sure you want to submit");
       if (conmod == true)
          doSubmit();
       else
       form.P2_BE.focus() ;
       form.P2_BE.value='';
    </script>
    I am using version 1.6
    Regards,
    Ran

  • Username and password with new login page

    i have created an application where in which in login page i have created
    3 items username and password confirm password . where does the
    data entered in the items fall . how can i retrieve the data .

    Just some information :
    - The problem with LOGIN page exists. I don't have that problem with for example GMAIL when defined as external application, but with my applications in Oracle Application Server.
    - There is also another thing I don't understand. The link to external application is something like:
    javascript:open_jwindow('../ealogin?ID=76D4766','76');
    and couldn't be executed outside pls/orasso
    in other words we can't give that to our users, can we? They should login to orassso and see that?
    We don't want to involve them in Identity Management...
    Any help is appreciated....
    Regards

  • Remote user Authentication in customize login page

    Hi all,
    I would like to make sincere request to all you that I am not able authenticate my users based on tables. I start to learn HTML DB before 20 days and created simple application.
    Requirement:
    1: Created new login page P16 other than inbuilt login page 101.
    2: created table “trx_employee_login” which will keep track of user information
    3: after giving URL to user if user enters usr/passwd then it should take username and password (remote ) and validate in “trx_employee_login” table and if it exist then open some (page 34) page
    in the current application.
    Approach:
    1: written authentication function as
    CREATE OR REPLACE FUNCTION custom_auth (
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    RETURN BOOLEAN
    IS
    l_password VARCHAR2 (4000);
    l_stored_password VARCHAR2 (4000);
    l_count NUMBER;
    BEGIN
    SELECT COUNT (*)
    INTO l_count
    FROM trx_employee_login
    WHERE user_name LIKE p_username;
    IF l_count > 0
    THEN
    SELECT PASSWORD
    INTO l_stored_password
    FROM trx_employee_login
    WHERE user_name LIKE p_username;
    IF l_password = l_stored_password
    THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    ELSE
    RETURN FALSE;
    END IF;
    END;
    2: created authentication scheme and entered
    return custom_auth;
    in authentication function.
    3: same like I created Set Username cookie :
    begin
    owa_util.mime_header('text/html', FALSE);
    owa_cookie.send(
    name=>'LOGIN_USERNAME_COOKIE',
    value=>lower(:P16_USERNAME));
    exception when others then null;
    end;
    and other process to like 101 page
    but I m not able to get the result showing always message “Invalid Login Credentials”
    Please it will be great help if any one will help me. I m trying from the last 5 days but not able to do. I love to do myself first and if not possible then like to ask others. So please need help. Any other approach will be appreciated.
    Thanks && Regards
    Ravi

    Thanks Scott very Much,
    I changed but still I am not getting showing invalid credetial.
    Any how I got some hope by you. Can you have look on this please again.I am very new in HTML so after six days trying I am bit tensed.Here is what I am doing
    1: Created new login page Page 16.
    2: In page rendering process I created a “Before Header process named Get cookie Name ” just like inbuilt login Page :
    declare
    v varchar2(255) := null;
    c owa_cookie.cookie;
    begin
    c := owa_cookie.get('LOGIN_USERNAME_COOKIE');
    :P16_USERNAME := c.vals(1);
    exception when others then null;
    end;
    Incase of :P101_USERNAMR I change it as :P101_USERNAMR .
    3: In page rendering I created “Clear Cache for all Items on Pages (PageID,PageID,PageID)”
    process for page 16.
    4: In Page processing I created a process named “Set Username Cookie” type After computation and Validation.
    5: In page processing I ceated process Login just like page 101 and changed as
    wwv_flow_custom_auth_std.login(
    P_UNAME => v('P16_USERNAME'),
    P_PASSWORD => :P16_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    6: created one branch “On submit after processing to go to page 1 my welcome page”
    7: Created Authorisation scheme function returning Boolean:
    DECLARE
    l_count NUMBER;
    BEGIN
    SELECT COUNT (*)
    INTO l_count
    FROM trx_employee_login
    WHERE user_name = :p16_username AND PASSWORD = :p16_password;
    IF l_count > 0
    THEN
    RETURN TRUE;
    ELSE
    :p16_username := NULL;
    :p16_password := NULL;
    RETURN FALSE;
    END IF;
    END;
    8: I modified the function and make it UPPER case comparison as :
    CREATE OR REPLACE FUNCTION custom_auth (
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    RETURN BOOLEAN
    IS
    l_password VARCHAR2 (4000);
    l_stored_password VARCHAR2 (4000);
    l_count NUMBER;
    BEGIN
    -- First, check to see if the user is in the user table
    SELECT COUNT (*)
    INTO l_count
    FROM trx_employee_login
    WHERE UPPER (user_name) = UPPER (p_username);
    IF l_count > 0
    THEN
    -- First, we fetch the stored hashed password & expire date
    SELECT PASSWORD
    INTO l_stored_password
    FROM trx_employee_login
    WHERE UPPER (user_name) = UPPER (p_username);
    -- Finally, we compare them to see if they are the same and return
    -- either TRUE or FALSE
    IF l_password = l_stored_password
    THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    ELSE
    RETURN FALSE;
    END IF;
    END;
    In case of point 5 I mentioned how should I call my custom_auth function.
    I m not getting if I am changing it as
    custom_auth_ (
    P_UNAME => v('P16_USERNAME'),
    P_PASSWORD => :P16_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    then showing error and if
    custom_auth_ (
    P_UNAME => v('P16_USERNAME'),
    P_PASSWORD => :P16_PASSWORD
    then wroung number of argument showing .
    That’s what I am doing. I know I am doing some blunder but not getting where.
    Can u please take a look and tell me what changes I should made to work this code.
    Thanks && Regards.

  • Home page opening with Login page

    Hi,
    Today we are facing a peculiar case, when we login to Unifier application. On successful login, the home is displayed with login page again. Please let me know hw to resolve this.
    Regards,
    Deepak

    Try ditching Dreamweaver and switching to Notepad ++, less bugs, less control from big brother, more nimble, less crashes ... simply better than this pile of junk.
    Ok - put your style sheet in a separate file and link it.
    If you're going to use styles then don't use attributes if you can get away with it.  (Have a look at CSS Zen garden - such a great site.  May be a little complicated for a beginner, but it gives you something to aim for.)
    Ditch the table format - it makes everything far, far more complicated; try using DIVs instead.
    NEVER nest tables if you can at all avoid it.  Usually you can - it's just a case of looking at column and row spans.
    NEVER use something like DreamWeaver in design mode - it's a huge waste of time.
    Try starting with something more basic and build it up a step at a time.  Test every change stage by stage - if you're painting a picture you never paint the whole thing then take a step back and look, you always paint a piece, step back and look, paint another piece etc...
    Most importantly - research which setting (relating to tags, CSS and attributes) actually performs what operation, and which affects which browser.  The classic example of this is the Internet Explorer 6.0 box model problem.
    But most importantly, ditch DreamWeaver.  Hell!  VI is better!

  • Problems with my login page

    My login page works fine the first time anyone tries to login.
    I have an error that occurs when i try to login as someone else to my application having just logged of as another user. If i do this i get no error messeage just The page cannot be found which is very stange. However if i get the login attempt worng ie wrong username or password then when i next try to login no matter who it is it works.
    I think it is because when a person clicks on the logout url the application still has the username cookie set and just takes the user to the login page. I currenlty use the default logout option in the navigation bar e.g. &LOGOUT_URL. How can i set the logout button to clear all the cached information about the user.
    Cheers for any help dan
    Message was edited by:
    user551484

    Dan - That was the correct application ID. You created an after-submit computation on the login page for the application item FSP_AFTER_LOGIN_URL:  SELECT STUDENT_ID
      FROM STUDENTS
      WHERE given_name||' '||family_name = :P101_USERNAME
      AND password = :P101_PASSWORD;So when a username from the login form did not match any rows in your students table, e.g., username: joe townsend, no value would be assigned to FSP_AFTER_LOGIN_URL. But if you typed the case-correct version of the username as it exists in the students table (2 columns), e.g., Joe Townsend, the row would be found and the student ID (2) would be assigned to the item.
    The value 1 or 2 for FSP_AFTER_LOGIN_URL causes the page not found error. Looks like you want the after-login page to be different for different users. You can store a relative URL starting with "f?p=..." into that item if you use the current session ID but you should not use a computation. Instead use the authentication scheme's post-authentication process to assign a value to the item, e.g., FSP_AFTER_LOGIN_URL := 'f?p=&APP_ID.:&YOUR_CHOSEN_PAGE.:&APP_SESSION.'; .
    I disabled that computation.
    Scott

Maybe you are looking for

  • Unable to play or RIP audio CDs

    I am unable to rip or play audio CDs, there are no error messages but the "now playing" progress bar skips through each track very quickly without playing or riping the tracks. Able to rip or play tracks using windows media player and then import int

  • Change listener not notified when tree item is deselected

    I'm attaching a listener to the selected index property of the tree view selection model to detect when a user selects or deselects on or more nodes in a tree, but it appears that the listener is not notified when a user deselects a node. So if a use

  • Can I create a site proof in Muse and share it with a client over the web?

    Ideally I'd share the site proof with Creative Cloud. Any feedback is greatly appreciated, thx!

  • Hide specification column in result recording at plant level

    Hi, There is an requirement to hide specification column in result recording screen at plant level. By table control we can hide the specification column but the setting is at user level or client level. Is there any standard procedure to hide specif

  • FaceTime can't find my camera

    I have installed Lion and now FT can't find my camera when attached to the cinema display. I can't get to preferences or do anything. iChat can. Now what?