With the code to run the session timeout

I saw this problem asked and addressed on many other furums, but nobody came with a response, yet.

I am trying to disconnect a user and end their session when they leave my site. How can I know when they leave my site? The only way I know is to wait a few seconds, and if they make a request to the server, they are gone. Disconnect them.

I tried to just do a < cfajaxproxy > call to a cfc that returns just their application.sessiontimeout to 5 seconds, but it does not work. The session has no expiration time. I need to connect the outside user and the disconnection notice in a newspaper on the server and a logfile (not my idea. "This is the requirement of the customer.) I can get the cfc that I call by the tag < cfajaxproxy > to run log entries and I could kill the session here, but I need to give the page time to update and see if the user requests a page of my site or on an outside website. The problem is that if I do those things within the time of announcement of EFA execution with a counter or loop dlay, the page is not unload until the end of the call of CFCs. So, no matter how long lasts the delay, the session is already cleared bfore that loading of the next page.

It's the old problem of want to logoff user when they leave the site, but not having is not a way to know where is located the landing page or the ability to delay a server action while the browser passes to the next query. If I can get a delay at work, the user can request a page on my site and I can reset the session before timeout. If they go to another site, eut session outside and they disconnects.

Any help will be GREATLY appreciated. I spent days on this.

Thank you

CFGunny

I had completely forgotten this post. I know it is very old, but I thought I'd post the real answer. The key was I needed establish if the user has left my site, unloading not only the current page and disconnect them if you leave my site. It is in fact not possible because there is no way to determine the URL TO which the browser will due to browser security restrictions, so I don't know if it's going to another page on my site or on another site. It's a little more complicated that just end a session when the page unloads. I didn't disconnect the user or kill their session each time that an empty page.

The answer was to write a 'onUnload()' script that records the time of the unload event and the user's session ID (I actually used our user ID and put it in the database) and write a scheduled task that verifies all entries in the database against the current time and disconnects any users having a longer period, say 30 seconds. In order to avoid disconnecting all users (running every two minutes with a maximum time of 30 seconds, return all users), I wrote a script block in the onRequestStart in Application.cfc that checks the database for a record for this user and function, if the record exists, compares the time registration at the present time (now()). If the difference is greater than 30 seconds, the recording is marked and, if still connected, the user is disconnected and have to log in again. This ensures that the user is disconnected after thirty seconds, because the scheduled task runs only every two minutes. If the time is less than 30 seconds, the user continues without interference. Thus, if the user went to the site for more than two minutes, the scheduled task handles the database and actions disconnect. If the user is off-site for more than thirty seconds, but less than two minutes, the script in the onRequestStart function does the work.

Thirty seconds time was a requirement of the customer and gives enough time for the next page to load, even if the user is on a slow network, but is short enough so that the user probably not going to another site, first. This method also allows the detailed collection of metrix, including the user, how many times they visit, how long they stay (on each page and an agregate), what URL, they came, etc., as well as normal metrix on-site as what pages they visited. These metrix became very important to the customer, is an agency of the federal Government and that they must justify their existence every year to get funding for next year, which part was my paycheck.

I apologize to not include the code, but I left this project a year ago and do not have the code, not more. If I did it again, I'd probably write it a little differently (cleaning and CFScript), anyway. I hope this helps someone.

Tags: ColdFusion

Similar Questions

  • [ADF, JDev12.1.3] How/where to set the session timeout

    Hallo,

    After a few minutes of inactivity, the browser displays a message to inform that the session is not more active and only OK been must be clicked to refresh the page.

    If a dialog box "btf" has been opened on the left, it becomes...

    I would like to know what is the right place/method to set a deadline.

    If possible I would like that when the timeout checks, the application performs a redirect to a page I like (for example the login page).

    The application of ADF Essentials and is deployed to the GlassFish application server.

    My concern is... what should happen to the open operation / pending when the time-out occurs?

    For example, the user is modifying an af:table but it has not clicked validate or cancel...

    Thank you

    Federico

    I would like to know what is the right place/method to set a deadline.

    For java web applications, you can set the session timeout in the web.xml file. (this is the global settings associated with all sessions)

    If you wish, you can set the timeout of session by program (and this is related only to the current http session).

    If possible I would like that when the timeout checks, the application performs a redirect to a page I like (for example the login page).

    http://fortunefusionminds.blogspot.com/2014/04/how-to-redirect-to-custom-page-whenever.html

    ADF: Session expires management redirect to login page | Bungbutan

    ADF developers World: Detection and handling of user session expiry

    My concern is... what should happen to the open operation / pending when the time-out occurs?

    Well, session is destroyed, it will destroy all instances of AM and do rollback.

    See also: Andrejus Baranovskis Blog: ADF BC Application Module Instance Timeout and reliance Timeout of Session Web

    Dario

  • Manage the Session Timeout

    I use JDeveloper 11.1.1.6.

    I'm trying to properly handle session timeouts in the ADF. My request was the popup of session ADF 'canned' timeout when I am connected to my request and the session has expired. This same popup is rendered even if I'm sitting at my login page, but are not registered.

    I followed the advice of Frank Nimphius as explained in the next forum so that my request of re - direct to the login page after session timeout. That works very well with his detailed document.

    ADF Faces: practical copy session timeout

    The concern I have now is if I'm sitting at my login page and my session expires, demand remains at the login page. I now have my credentials of type, and click Connect. Because the application think that my session has expired, I picked at the login page. Ideally I think not that the login page would hold a session. You have any indication on how I can get around this.

    Hello

    What about using connection programmatically, in which case the login form is part of a public page (see http://www.oracle.com/technetwork/issue-archive/2012/12-jan/o12adf-1364748.html for an example, you can download)

    Frank

  • Help with the session variable PHP CS5.5 - Please

    Hi all

    I am needing a little help with the help of a session variable, and I hope someone can point me in the right direction.

    I created a PHP page that uses the Dreamweaver 'User authentication' feature and the basics of this works very well, to direct a user to the correct page depending on whether they are or are not a valid user. I want to customize the page 'user valid' with people, user name entered in the authentication of the user table... a seemingly simple task using a session variable, but I just seem not to be able to make it work!

    The generated code for the AU on page 1 is the following:

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['txtfirst_name'])) {}

    $loginUsername = $_POST ['txtfirst_name'];

    $password = $_POST ['txtsurname'];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "member_update.php";

    $MM_redirectLoginFailed = 'login.php ';

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_panto, $panto);

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username'] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    First of all, the text highlighted in red above seems to be setting the session variable that I need. Is this correct?

    If so, what is the code that I need to put on page 2 to use this session variable? or

    I have to do something else on the page 1 to correctly assign the session variable?

    Would be very grateful for your expertise

    Mark

    It seems that you put the columns incorrectly in the user authentication server behavior. This is the SQL query that checks the credentials of the user:

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    You are looking for first name and last name, while you should look for the user name and password of the user.

    $_SESSION ['MM_Username"] is a session variable that stores the login name of the user. To use it in a page, all that is needed is the page start with session_start(). You can then echo the value to display.

    If you want to display the person's true name, you must create a recordset in the second page, use of $_SESSION ['MM_Username'] to search for the first name and the patronymic. Alternatively, you can change the code like this (I copied only part of it):

    $LoginRS__query = sprintf ("SELECT firstname, surname OF web_access WHERE firstname = %s AND password is %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    $row = mysql_fetch_assoc ($LoginRS);

    $_SESSION ['full_name'] = $row ["FirstName"]. ' ' . $row ['name'];

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    You can then use $_SESSION ['full_name'] in a page which begins with session_start().

  • ADF11g: Need help with the Session Variables

    Hello
    I have a login page for my application.

    I need to use the username on the other pages as well as in custom java files.

    Currently in the java files custom when I access the user ID by using the backingbean object I get value as null.

    Can someone help me please in the varaible session UserID property so that I can use it throughout my application.

    Help, please...


    Thank you

    Hello

    You can define a bean managed with some properties as username and post in the session scope. When the user is loged in, you can set the value in your extended managed bean in session.

    Hope this helps

    Joseba

  • Help with the Session Variables

    It has been a long time since I used CF, probably 5 years. I remember a lot, but it seems that I forgot something.

    I have a form that accepts user data. These data are posted and another form appears. Before the CFQUERY in the in the post, I set a session variable, just before the cflocation which brings the following form.

    If I take the scflocation, I can exit the session variable.

    But when the 2nd form appears, the same session variable is not set.

    Any suggestions?

    Thank you.

    I could do this instead:

    [email protected]">

    Add applicationTimeOut to formality, something like

    application.cfm

    Make sure the file name is Application.cfm

  • Activate the Session Timeout - comments web-auth

    Hi all

    Just a quick. If this period expires when you use web-auth on a wlan of comments in the following way

    PC - Ap - WLC (campus) - anchor WLC (DMZ) - www

    Fact leap web session and the user will be redirected to the authentication web page?

    Thx a lot indeed.

    Ken

    The Ambassador Hall may specify the time during which the comments user accounts remain active. Once the deadline is passed, the guest user accounts expire automatically.

    For the more detailed description the following guide to manage the accounts of user may help you

    http://www.Cisco.com/en/us/docs/wireless/controller/5.0/Configuration/Guide/c5users.html#wp1048408

  • How to make a column with the session variable

    Hi Experts

    I want to do something like this "DOMAIN". "Sun -"Dim - calendar VALUEOF(NQ_SESSION.'CAL_TYPE2'). "' Year '.

    But I get this error: [nQSError: 27009] unresolved identifier: "DOMAIN". «Dim - VALUEOF (NQ_SESSION. 'CAL_TYPE2') calendar ".» Year. "

    Help, please

    Concerning

    Monwabisa

    Hello

    Having several physical tables is a good news that you can move your 'dynamic' part in the physical layer.

    You simply create a single physical table and configure to have a dynamic name, the name may come from a session variable.

    This way you will point to one of your 7 calendars based on the value of the variable...

  • Is there an API to get the session timeout value

    Hello

    Is there an API to get the value of timeout between vcenter server and vsphere web customer?   I enclose the screenshot that displays this value in the VShpere Web client version 5.1.

    Thank you

    Can you post this question in the forum Web Service SDK? vSphere SDK for management

    There will be more competent people.

  • in the APEX by clicking on the link hyper does not trigger session timeout page

    Hi all
    I have a question about the application of APEX session time-out. I created a simple application of the APEX. In the region report SQL section, I have code like this:

    SELECT DOC_Name, DOC_URL,
    "" < a href = "" | DOC_URL | "target ="_blank"/" > download < /a > ' pdf_link
    FROM test_table
    where emp_number = 00010001

    When the user click on the hyper link, it will show the landing page for the user (for example if DOC_URL = 'http://forums.oracle.com', it displays the oracle forum page in a new browser).

    But the problem is that after the user session timeout (I set to 240 seconds through shared components > change the security attributes, I put max the session for example 240 seconds timeout) when I click on this hyperlink, it does not raise my session timeout page and it still shows the page (oracle forum page).

    Why in the APEX by clicking on the link hyper does not trigger page session timeout after the user session timeout?

    How implememt or fix to trigger the session timeout page after clicking on hyperlinks?

    (BTW, our version of the APEX is 3.2)

    Thank you!

    Hello

    rather than use your my_stored_procedure you could call a new APEX page where you have a page called P999_PDF_ID. On this new page you would have
    treat a front header PL/SQL with the same code you have in your "my_stored_procedure". The only change would be to add a

    apex_application.g_unrecoverable_error := TRUE;
    

    at the end of your code as well as APEX does not generate a standard page of APEX.

    That's all. If a user clicks on a link, APEX will check the session timeout and if everything is ok, download your PDF file.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • management of the adf security session timeout

    Dear all,

    I use adf authentication (authentication AD) as part of the security. When during the test, I put the session timeout to 1 min.
    When the user performs an activity on the page with 1 minute idle time, the browser displays the alert that the session has expired. After that, the page refreshes and gives the error on the page "resource cannot be found.

    So, how can I redirect the user to the page of the session after session timeout...?


    Kind regards
    Sicard.

    JDeveloper 11.1.1.4.0

    Check this box
    http://KR.forums.Oracle.com/forums/thread.jspa?threadID=2151982&TSTART=0

  • Catch the event Web Service Session Timeout

    Hi all

    I have a LV Web Service communicate to a web client (Chrome, IE, FF, etc.).  The user connects to the server and create a new session for him to help create Session VI.  One of the entrances to this function is a timeout value (default 60000ms).  The sessions behavior is such that if the user does not activate an application for web service (GET/POST/PUT/etc) within the time limit, then the session is automatically destroyed by the web service.  That's what I want, it's fantastic.

    My question is How can I detect when the session timeout happens? Another way to say, How can I detect when the user session is automatically destroyed?

    What I tried:

    • Of course, I can provide a "logout" link to the user calling ultimately "Destroy Session" VI, but I can't count on the user actually click this link (e.g. you really explicitly sign out of gmail or simply close your web browser?)
    • I thought that the only way to proceed would be to save the cookie of session ID returned by create Session VI and then query this ID to see if the session still exists (check if Session exists VI).  If the session does not exist, well, I know it has expired or the user manually destroyed it.  However, even if I save the cookie ID, I don't see where I can actually use it any where (especially not check if Session is VI). It just seems no value given to the range of sessions.

    Is this possible?

    Thank you

    Rory

    Sorry, Thomas, but that isn't going to work.  Think about it - you do not request a web service during the time-out period. You get ONLY a web service request when the client actually asked something.  The customer does not have during a timeout; It's just times out... so, there is no node on the block diagram to check because there is no block diagram... get it?

    No worries, however, I found the solution [read: workaround], even if the LV can do it (from 2013sp1).

    The best way to detect if a user session times out / out times would be for LV to this exhibit as an event in the web service. The following approach would be for LV accepts a cookie as an entry ID and then provides information on this session (i.e. the session exists).  I have a smell of two feature requests...

    But because BT cannot do these things (or not exposed to the developer), you will need to get creative on the client side.  Since I'm on Javascript/jQuery/AJAX on my front end, then it is possible for me to detect when the customer leaves the page or close the browser.  It comes to $(window) .unload () in jQuery.  Then, I can take this event and an asynchronous AJAX command of fire to one of my web service VI that will eventually call the "destroy Session" VI.

    For more information see the site here:

    http://lavag.org/topic/18490-catch-session-timeout-events-in-LV-Web-service/

    Hope this helps someone.

  • Configure the timeout and session timeout in a group policy.

    I want a L2L tunnel to establish a period of time, this tunnel is established in a PIX 515E.

    Then I had seen that we must configure the idle time in group policy, but I have no ' t know the difference between the idle timeout setting and the session timeout.

    Anyone know what is the difference between this two command line.

    Thank you

    Hello

    Session-Timeout: at the end of this time, the security apparatus terminates the connection.

    Idle-timeout: If there is no communication on the connection activity in this period, the security apparatus terminates the connection.

    Please see the below URL for more details.

    http://www.Cisco.com/en/us/docs/security/ASA/asa70/command/reference/TZ.html#wp1281883

    http://www.Cisco.com/en/us/docs/security/ASA/asa70/configuration/guide/vpngrp.html

    Kind regards

    Arul

    * Rate pls if it helps *.

  • The access admin VCS session timeouts

    Hello

    I have asked me if there are VCS performance problems if the admin access session has the value zero, or, for example 30 minutes.

    I know that this seems to be a stupid question because he absolutely should not affect the performance of VCS, however can someone please confirm this? In addition, the number of connected users admin will have a detrimental effect on the VCS? Once again, I guess not as the default is not limited, but confirmation would be greatly appreciated.

    Thank you very much

    Howard

    Hi Howard,.

    As far as I know, the number of sessions of admin and admin session logout, does not affect the performance of VCS much. However, please keep in mind that it certainly affects the performance of VCS if the number of sessions admin VCS is superior > 5 as VCS responded to all the commands and requests by admin VCS sessions.

    So, it is advisable to set the session timeout no matter what between 15-30 minutes, so VCS kicks on the sessions inactive admin and keep resources free VCS.

    Hope that answers your questions.  Feel free to rate this response accordingly.

    Thank you

    Saurabh

  • HTTP Session with module GemFire-CS does not work if the session stickiness is not enabled and with spring security

    Hi I have a configured tcServer 2 (Server4, Server5 jvmRoute names) with module gemfire http session, listening to the same gemfire Locator service both with the same name in the region - gemfire_modules_sessions and region attribute id

    I also configured vFabric Web server with Http balancer as a front-end for the HTTP request without activating the rigidity of the session as shown below: I couldn't realize the no session affinity

    <Proxy balancer://tpa-balancer>
         BalancerMember http://localhost:8087 route=Server4 loadfactor=1
         BalancerMember http://localhost:8088 route=Server5 loadfactor=1
         ProxySet lbmethod=bybusyness scolonpathdelim=On
    </Proxy>
    ProxyPass /insurance balancer://tpa-balancer/insurance
    ProxyPassReverse /insurance http://localhost:8087/insurance
    ProxyPassReverse /insurance http://localhost:8088/insurance
    
    

    and I'm using spring security 3.0 for authentication and the flow of the web page is as shown below:

    page connection - "login.htm" and once submitted, it uses ' / j_spring_security_check ' and after successful authentication app redirects to ' / http://www.sigling.is/IMO/imofishing/home.htm '.

    Initially when hits 'login.htm' and anonymousUser user logon is id: 6B21CB15838B2AC1E46F66C0CC7272BE. Server5 and when the form is sent to /j_spring_security_check that the same session id is used and after authentication httpsessionsecuritycontextrepository stores SecurityContext in HttpSession as shown below:

    [09/12/2012-02:00:14][DEBUG][HttpSessionSecurityContextRepository]SecurityContext stored to HttpSession: 
    'org.springframework.security.core.context.SecurityContextImpl@b70b1ef5: 
    Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@b70b1ef5: 
    Principal: com.csc.ace.insurance.security.vo.UserProfile@e26fa325: Username: [email protected]; P
    assword: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: 
    true; 
    Granted Authorities: ADMINISTRATOR,CREATE_CUSTOMER,CREATE_USER_ACCT,DELETE_CUSTOMER,DELETE_USER_ACCT,
    MODIFY_CUSTOMER, MODIFY_USER_ACCT,VIEW_CLAIMS,VIEW_CUSTOMER,VIEW_PAYMENTS,VIEW_POLICIES; 
    Credentials: [PROTECTED]; 
    Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@255f8: 
    RemoteIpAddress: 127.0.0.1; SessionId: 6B21CB15838B2AC1E46F66C0CC7272BE.Server5; 
    Granted Authorities: ADMINISTRATOR, CREATE_CUSTOMER, CREATE_USER_ACCT, DELETE_CUSTOMER, DELETE_USER_ACCT, 
    MODIFY_CUSTOMER, MODIFY_USER_ACCT, VIEW_CLAIMS, VIEW_CUSTOMER, VIEW_PAYMENTS, VIEW_POLICIES'
    

    and when the redirect to http://www.sigling.is/IMO/imofishing/home.htm, it shows HttpSessionSecurityContextRepository: HttpSession returned null for SPRING_SECURITY_CONTEXT object

    com.gemstone.gemfire.modules.session.catalina.DeltaSessionFacade creates a new session with the session id: 6B21CB15838B2AC1E46F66C0CC7272BE. Server4, ideally redirect to the home page go to another server. I have attached the full log file

    I believed that session affinity is not needed when the GemFire Session module is used without local cache and I could see B21CB15838B2AC1E46F66C0CC7272BE. Server5 entry is created in the gemfire_modules_sessions region.

    So why is - this HttpSessionSecurityContextRepository could not get the gemfire session the region object using the id: 6B21CB15838B2AC1E46F66C0CC7272BE. Server5 and directs gemfire DeltaSessionFacade to create a new session

    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]Converted URL to lowercase, from: '/home.htm'; to: '/home.htm'
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]Candidate is: '/home.htm'; pattern is /**; matched=true
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]/home.htm at position 1 of 7 in additional filter chain; 
    firing Filter: 'SecurityContextPersistenceFilter'
    [09/12/2012-02:00:14][DEBUG][HttpSessionSecurityContextRepository]No SecurityContext was available from the 
    HttpSession: com.gemstone.gemfire.modules.session.catalina.DeltaSessionFacade@5cca548b. 
    A new one will be created.
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]/home.htm at position 2 of 7 in additional filter chain; 
    firing Filter: 'UsernamePasswordAuthenticationFilter'
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]/home.htm at position 3 of 7 in additional filter chain; 
    firing Filter: 'AnonymousAuthenticationFilter'
    [09/12/2012-02:00:14][DEBUG][AnonymousAuthenticationFilter]
    Populated SecurityContextHolder with anonymous token: 
    'org.springframework.security.authentication.AnonymousAuthenticationToken@9054b1a2: 
    Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; 
    Details: org.springframework.security.web.authentication.WebAuthenticationDetails@1c07a: 
    RemoteIpAddress: 127.0.0.1; SessionId: 6B21CB15838B2AC1E46F66C0CC7272BE.Server4; 
    Granted Authorities: ROLE_ANONYMOUS'
    

    Thanks for the additional info.

    Although, in theory, by using sessions not may work for some applications, you will have less sessions unexpected behavior. Any page you visit will result in 10 seconds of additional applications, go to the server. If they are not sticky and bounce between servers, the session will constantly be failed back between the servers. A 'problem' with modern browsers is that they appear simultaneous requests, so you can have the same session failover, at the same time on different servers, that wouldn't be good.

    I'd be curious to know why you choose to have sessions in the first place.

    Nevertheless, it still seems like there is a problem when you have enabled, sessions, so I'll continue to watch it.

    -Jens

Maybe you are looking for

  • Copy CDs photos on my iMac

    I found a CD of old photos that are of great sentimental value and want to transfer to the folder of photos on my new iMac. I don't know how to do this. Can someone please?

  • HP Pavilion Notebook - 15: scroll pad doesn't remember settings

    Hello This problem has been driving me crazy for weeks. Everytime I turn on my laptop, I have to reset the Clickpad settings to enable the "scroll" as ever, he remembers the creation. I have the most upto date driver, uninstalled and reinstalled and

  • HP ENVY 17 Notebook PC: Missing software

    I can't find "HP SimplePass Identity Protection Software" for my laptop HP ENVY 17 - j007oe Please tell me where I can download it from John Soerensen

  • OfficeJet pro 8600/printer

    I can't take the printer to print from another room.  Everything is connected as it should be.  It was working fine and all of a sudden, it would not print. I checked all the connections.

  • Fax on HP Officejet Pro 8500 A910 Win8

    I am trying to send files from my PC (with Win8) through my HP Officejet Pro 8500 A910 All - In - One. The manual says to choose the option to fax in 'print '. There is no option. No one knows what drivers or software to install to get it to work? I