ADF entry Force of user and password?

Hello!

We use JDev 11.1.16 and I have an ADF app that works most of the time. There is a problem when users open the application in the browser and the form request not a user name / login and then when the data technology shows in the form of empty tables to users.  If we close the browser and then try again and we get a prompt for a user to connect then everything works fine. I guess the browser puts cached login information so that if we hit the page again the user does not log in... but when she does then the tables show them all empty. I was wondering fi anyone ideas on what we could try on this!  I have set to http basic security.

-are there a way to not do things in the browser's cache?

-is it possible to have the app always required that the connection happen?

d ' other options ?

Thanks in advance for any input.

Hello

Like normal J2EE application, must be added

response.setHeader ("Pragma", "non-cache" "");

response.setHeader ("Cache-Control", "non-cache, non-magasin, max - age = 0, must-revalidate");

response.setDateHeader ("Expires", 0);

response.addHeader ("Cache-Control", "post-check = 0, pre-check = 0");

Please check below for reference.

ADF Cache-Control: no-cache

http://adfblogspot.blogspot.in/2012/07/no-cache-for-jsfjspx-page-to-avoid-use.html

Thank you

Amey

Tags: Java

Similar Questions

  • I have a network drive. & Passwords, I want to force their users to log in there every time and do not use the last name of user and password.

    I have a network (an Iomega iconnect nas) drive. I want to force their users to log in there every time and do not use the last name of user and password. They can change it in control of card-how can I make sure they. I'm only using Windows 7 as standalones (with lan), there is no server connection

    Hello

    I suggest you post the same question in the TechNet forum and check if it helps.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • Payment through custom authentication not based on a scheme simple name of user and password

    We are looking at Adobe DPS to publish our digital magazines.  Like many other publishing companies, we also have existing customers 'print '.

    We have an authentication solution that uses WS-federation.  It works by accessing our connection site.  After the user is authenticated, we POST a security token JWT to return to the calling application.  It is important to know that we want to show the user interface for the connection.  Some of our connection to customers through their Facebook/Twitter account, so we have no password for them.  Our site of connection also allows all our applications and Web sites evolve in a coherent way.  For us, it's really important that we don't create additional identifying information for our users.  We want that they authenticate in the same way everywhere.  (connection website also deals with changing the "General conditions" and will be automatically enabled future external identity providers (such as Google and Microsoft - it also allows to force people to update their profile, if we do not have a complete profile etc...).)

    The right DPS solution, we see that the only option that is provided out of the box is to authenticate users by name of user and password credentials.  Is it possible to replace this mechanism with a scenario "open embedded browser / capture token"?  If so, how is that possible?  (I guess that other operations of payment are OK for us)

    Thanks in advance.

    In the new DPS (2015), the only way that a user can connect is via the dialog box native SignIn using the credentials of the user/password. Details: The native connection method will result in a call to the serviceAuthURL specified parameters of the Integrator for Direct payment. DPS will make an Http POST request to the URL SignInWithCredentials passing the username and password. DPS expects an authentication token to be returned to the viewer stores in native mode. This authentication token is what identifies the user for direct payment calls

    In the earlier version of DPS (classic), connection differs in two ways:

    1. DPS allows HTML to open a speed of connection of the freeform and similarly out of the application to get an authentication token
    2. DPS had a SDK API library whose application could explicitly define an authentication token after the opening of the flow of custom connection

    There is no equivalent for classical DPS SDK API in 2015 of DPS at this time. Although we plan in the future for additional capacity of connecting OAuth/Social.

  • Name of user and password in a test procedure

    Hello

    Is it possible to test if a name of user and password are valid in a procedure?

    For example:
    -I log in as hr/hr@db1
    -call a procedure with to input a user name and a password and try to connect with the usr/pwd given (as a CONN under sqlplus)?

    Concerning
    Kukin Frane

    >
    The simplest way to implement it would be to generate a hash of the password for the username/password supplied name in and compare that hash with the hash stored password visible in the DBA_USERS view for this user name.
    >
    I prefer to just use a Java stored procedure that attempts to connect using the internal JDBC driver.
    1. no play with hashes
    2. no need to access the view DBA_USERS
    3. no maintenance question
    4. always a security risk to brute force tries to "guess" the password.

  • ERROR: No session file or name of user and password provided

    Hey guys,.

    I wrote (tried) to create a script that counts my CPU, carrots, son of my vcenter.

    I get the following error message "ERROR: no session file or name of user and password provided.

    My Code:

    #! / usr/bin/perl - w

    use warnings;

    use VMware::VIRuntime;

    use VMware::VILib;

    1. to connect to the server and connection

    Util::Connect();

    My $cpucount = 0;

    My $corecount = 0;

    My $threadcount = 0;

    1. Get all the hosts to the group title

    My $host_view = Vim::find_entity_views (view_type = & gt; "HostSystem',);

    {foreach (@$host_view)}

    Print "hostname:", $_ - & gt; name, "\n";

    Print "CPUs:", $_ - & gt; hardware - & gt; cpuInfo - & gt; numCpuPackages, "\n";

    $cpucount = $cpucount + $_ - & gt; hardware - & gt; cpuInfo - & gt; numCpuPackages;

    Print "CPU cores:", $_ - & gt; hardware - & gt; cpuInfo - & gt; numCpuCores, "\n";

    $corecount = $corecount + $_ - & gt; hardware - & gt; cpuInfo - & gt; numCpuCores;

    Print "CPU Threads:", $_ - & gt; hardware - & gt; cpuInfo - & gt; numCpuThreads, "\n";

    $threadcount = $threadcount + $_ - & gt; hardware - & gt; cpuInfo - & gt; numCpuThreads;

    Print "\n";

    }

    Print "Summary: \n";

    Print "CPUs:", $cpucount, "\n";

    print ' Cores: ", $corecount,"\n ";

    Print "Threads:", $threadcount, "\n";

    1. close the connection to the server

    Util::Disconnect();

    You are missing your credentials section to collect the user name and password and I guess that by default to waiting for you provides a session file that includes the user name and password. Take a look at one of the sample scripts vCLI, you'll want to add the following:

    Opts::parse();
    Opts::validate();
    Util::connect();
    

    This will force the script to validate for - server, - username and password - if you have not already specified.

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • ORA-01017: name of user and password invalid. connection refused - Database Link

    Hi guys,.

    Could you help me, I have a problem connecting to a different database using the database link:

    * 1. I have added in the database 'customer' DEV2 tnsnanes.ora *.

    DEV =
    + (DESCRIPTION = +
    + (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.100.85)(PORT = 1521)) +.
    + (CONNECT_DATA = +
    + (SID = DEVDB) +.
    +)+
    +)+

    * 2. I tested my connection using tnsping *.

    Oracle@dev > tnsping dev

    AMT Ping utility for Linux: Version 10.2.0.1.0 - Production on July 10, 2010 14:35:35

    Copyright (c) 1997, 2005, Oracle.  All rights reserved.

    Use settings files:
    +/opt/Oracle/product/10.2/Db_1/network/admin/SQLNET.ora+


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.100.85)(PORT = 1521)) (CONNECT_DATA = (SID = DEVDB)))
    OK (0 msec)
    Oracle@dev >

    * 3. In SQLPLUS of DEV2 I connect to my database using the tnsnames entry *.

    SQL > conn devuser/pwd001@dev
    Connected.

    * 4. I then create a database of link.*

    SQL > Create Database Link dev_Link
    + 2 Connect devuser +.
    + 3 identified by pwd001 +.
    + 4 using "DEV"; +

    Database link created.

    SQL >

    * 5. When I try to connect to the database using the database link, I get an error, but I'm sure that the password and user name are ok.*

    SQL > select * from global_name@dev_link;
    Select * from global_name@dev_link
    *+
    ERROR on line 1:
    ORA-01017: name of user and password invalid. connection refused
    ORA-02063: preceding the line of DEV_LINK


    SQL >


    What could be wrong...?

    Try to connect to the database via SQLPlus target using the tnsnames.ora entry: sqlplus bob@remote.

    If the target db is 11g, then breaking the password may be the matter. Try placiing the password in quotes when you create the database link.

    HTH - Mark D Powell.

  • Have I not a name of user and password different for each different mozilla page?

    Have I not a name of user and password different for each different mozilla page?
    FOR EXAMPLE. support.mozilla.org, or the services.mozilla.comaccount.
    I can't seem to find out what username/pw I used before on the latter and received no pw reset email that I asked (three times).
    Also, what is 'persona', and it is related somehow?
    Thank you!

    Sync is currently synchronize personal data to other devices.

    Who can be other profiles and/or versions of Firefox on the same computer or other computers and mobile devices.

    Some like to use Sync as a backup system to a computer and is not implemented reliably and can fail at any time, especially if you reinstall Firefox and you want to retrieve the data stored on the server.

    The services.mozilla.com web page is where you can check your sync account.

    This server does not support the connection through Persona (Persona no icon on the login page) and requires its own password.

    Persona is just a special way to authenticate on the Mozilla servers independently of the web page (Mozilla server or subdomain).

    This requires JavaScript transmit these data to back and forth between the servers, so that the server must support this way to authenticate.

  • name of user and password registration

    I have multiple google accounts. I was able to record a combo of name of user and password (auto guest) for both of them, but have not been able to get Firefox to prompt me to save the name of user and password for additional accounts. I checked everything I could think - exceptions of site in the menu 'options', deletion from the list of saved passwords and restart, reinstall the browser - but can't seem to solve the problem. No idea why it would save name of user and password for some accounts, but not others? THX

    Have you checked the two articles at the bottom of my post above other suggestions?

    Some sites like PayPal, Yahoo, Windows Live, and bank sites use autocomplete = "off" to prevent Firefox to save and fill in the name and the password.

    If a site uses autocomplete = "off" then look at this article for a bookmarklet to remove the attribute autocomplete and Firefox will provide store name and password.

  • I forgot the name of user and password and my email has been deleted! Help!

    Hello! I have a Skype account with an email, I used to have (it's been deleted) and I can not find the user name and password. Skype account is still active by the way, I just can't log in cause I don't have the name of user and password. Is there any other way (except mail) to discover the password/user name?

    Whitout access to registered e-mail, I guess calling the service the customer is your only option, however, if you don't remember the user name or any other information that you can link to the account, retrieve the account may be difficult. If you already use Skype, a computer, you have access to, the %appdata%\skype folder contains a folder with the same name as your username (and all the others who have used the same computer logged in as that user).

    https://support.Skype.com/en/FAQ/FA1170/how-can-i-contact-Skype-customer-service?FromPage=search&fro...

  • How do I configure the iPad2 to synchronize the iPad-Mailclient with Exchange 2010 via Active Sync using the certificate SSL client and name of user and password?

    Active Sync iPad ssl Client certificate

    How do I configure the iPad2 to synchronize the iPad-Mailclient with Exchange 2010 via Active Sync using the certificate SSL client and name of user and password?

    Hi Ewoki,

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the TechNet Exchange forum. Please post your question in the Forums TechNet in Exchange Server.

  • How to retrieve forgotten names of users and passwords for windows mail?

    How to retrieve forgotten names of users and passwords for windows mail?

    How to retrieve forgotten names of users and passwords for windows mail?

    Contact your ISP, Internet service provider or your mail server.
    They have all the information to your email account.

  • Can scan is more to enamel with officepro 8600-apparently my name of user and password are incorrect

    I'm used to be able to scan without problem. Apparently, my name of user and password are incorrect, but I can never remember their creation!  I move to a new computer (Mac Air) recently, but don't see how that would have an effect? Help, please!

    Hello

    Please specify which e-mail service you use.

    Changing the user details lately?

  • User and password by default for DPM 4400

    Hi, I have a DMP 4400 and I chose the reset default settings.

    What user and password by default to access the http page the DMP?

    The best.

    Herzer.

    Have you tried admin and default password?

  • Evolution of GBA by default name of user and password

    Hi all

    If you would be grateful if someone of you can let me know the default value of name of user and password for ACS Trail version for windows.

    Concerning

    Adnan

    Cool... Please note the post and let me know if you all more help.

  • java.lang.Exception: ORA-01017: name of user and password invalid. connection refused - wait_bottlenecks

    Hello

    I have been using OEM for the monitoring of the database. Recently, I've seen more error on screen

    java.lang.Exception: ORA-01017: name of user and password invalid. connection refused - wait_bottlenecks

    So I reset password with the same value to reopen. I still get this error.


    When I try to sign in with the same password in sqlplus, I get same error also.


    SQL > alter user DBSNMP identified by the values '-';

    Modified user.

    SQL > connect DBSNMP.

    ERROR:

    ORA-01017: name of user and password invalid. connection refused


    I don't know why I'm not able to login with the same password I used to change the statement.


    Thanks for the help in advance.

    Let's not your syntax.

    When you say 'identified by values' you tell Oracle 'this is not the password, but it is a salted and hashed password.

    Do not use 'values '.

    Technically,-is not a password valid, so I'll use it valid to demonstrate:

    In 12.1.0.2, it will not allow you to use '-' because this isn't a valid hash value, so I can't prove that it works, but you get the idea

    SQL> grant create session to foo;                     
    
    Grant succeeded.                                     
    
    SQL> conn foo/aaa$
    Connected.
    SQL> conn / as sysdba
    Connected.
    SQL> drop user foo cascade;                           
    
    User dropped.                                         
    
    SQL> create user foo identified by values 'aaa$';
    create user foo identified by values 'aaa$'
    *
    ERROR at line 1:
    ORA-02153: invalid VALUES password string             
    
    SQL> create user foo identified by aaa$;             
    
    User created.                                         
    
    SQL> alter user foo identified by values 'aaa$';
    alter user foo identified by values 'aaa$'
    *
    ERROR at line 1:
    ORA-02153: invalid VALUES password string             
    
    SQL> alter user foo identified by values '---';
    alter user foo identified by values '---'
    *
    ERROR at line 1:
    ORA-02153: invalid VALUES password string
    

Maybe you are looking for

  • Windows 10, Version 1511 is not properly installed on iMac

    I installed Windows 10 Home on my iMac Retina 4K , OS El Capitan 10.11.3, using the BootCamp Assistant and a Windows 10 ISO just downloaded from the Microsoft site to my iMac hard drive. The system (Windows 10)  was installed apparently without probl

  • Interfacing DIA Gocator

    Hello Is it possible to the LMI Gocator NOR-IMAQdx 3D sensor inteface? There is a driver of GenTL provided for the sensor. However, I know not if/how this kind of driver can be used directly for the acquisition of IMAQdx. The sensor is presented as a

  • Welcome screen start frozen until I have press Ctrl / alt + del

    WELCOME screen start frozen until I have press CTRL / ALT + DELETE

  • I can't watch my gadgets

    original title: Gadgets I can't see my gadgets... I go to properties and click on the Notepad and he puts it in the sidebar... but I can't I click on the clock and it shows a different clock... I used to be able to change them, and now I can't. Is th

  • Progress bar border

    Hello int i = 0; VerticalFieldManagervfmMain; Timer; public GaugeField progressBar = null; progressBar = new GaugeField (null, 0, 100, 0, GaugeField.NO_TEXT |) GaugeField.FIELD_HCENTER) {}Protected Sub layout (int width, int height) {}setExtent (300,